PullDownButtonTheme constructor

const PullDownButtonTheme({
  1. PullDownMenuRouteTheme? routeTheme,
  2. PullDownMenuItemTheme? itemTheme,
  3. PullDownMenuDividerTheme? dividerTheme,
  4. PullDownMenuTitleTheme? titleTheme,
  5. bool? applyOpacity,
})

Creates the set of properties used to configure PullDownButtonTheme.

Implementation

const PullDownButtonTheme({
  this.routeTheme,
  this.itemTheme,
  this.dividerTheme,
  this.titleTheme,
  this.applyOpacity,
});