SelectPickerThemeData constructor
const
SelectPickerThemeData({
- InputDecoration? decoration,
- Widget? arrowIcon,
- TextStyle? itemTextStyle,
- TextStyle? selectedItemTextStyle,
- InputDecoration? searchDecoration,
- Color? loadingColor,
- ButtonStyle? doneButtonStyle,
- TextStyle? doneButtonTextStyle,
Creates a theme data for SelectPickerNew.
Implementation
const SelectPickerThemeData({
this.decoration,
this.arrowIcon,
this.itemTextStyle,
this.selectedItemTextStyle,
this.searchDecoration,
this.loadingColor,
this.menuBackgroundColor,
this.menuBorderRadius,
this.doneButtonStyle,
this.doneButtonTextStyle,
});