DropdownMenuThemeData constructor

const DropdownMenuThemeData(
  1. {TextStyle? textStyle,
  2. InputDecorationTheme? inputDecorationTheme,
  3. MenuStyle? menuStyle}
)

Creates a DropdownMenuThemeData that can be used to override default properties in a DropdownMenuTheme widget.

Implementation

const DropdownMenuThemeData({
  this.textStyle,
  this.inputDecorationTheme,
  this.menuStyle,
});