CustomDropdownTheme constructor
CustomDropdownTheme({
- Color? backgroundColor,
- Color? backIconColor,
- TextStyle? titleTextStyle,
- InputDecoration? searchBoxDecoration,
- BoxDecoration? bottomSheetBoxDecoration,
Implementation
CustomDropdownTheme(
{this.backgroundColor,
this.backIconColor,
this.titleTextStyle,
this.searchBoxDecoration,
this.bottomSheetBoxDecoration});