PullDownMenuDividerTheme constructor

const PullDownMenuDividerTheme({
  1. Color? dividerColor,
  2. Color? largeDividerColor,
})

Creates the set of properties used to configure PullDownMenuDividerTheme.

Implementation

const PullDownMenuDividerTheme({
  this.dividerColor,
  this.largeDividerColor,
});