PullDownButtonTheme constructor
const
PullDownButtonTheme({
- PullDownMenuRouteTheme? routeTheme,
- PullDownMenuItemTheme? itemTheme,
- PullDownMenuDividerTheme? dividerTheme,
- PullDownMenuTitleTheme? titleTheme,
- bool? applyOpacity,
Creates the set of properties used to configure PullDownButtonTheme.
Implementation
const PullDownButtonTheme({
this.routeTheme,
this.itemTheme,
this.dividerTheme,
this.titleTheme,
this.applyOpacity,
});