DropdownMenuThemeData constructor
- TextStyle? textStyle,
- InputDecorationTheme? inputDecorationTheme,
Creates a DropdownMenuThemeData that can be used to override default properties in a DropdownMenuTheme widget.
Implementation
const DropdownMenuThemeData({
this.textStyle,
this.inputDecorationTheme,
this.menuStyle,
});