CustomDropdownTheme constructor

CustomDropdownTheme({
  1. Color? backgroundColor,
  2. Color? backIconColor,
  3. TextStyle? titleTextStyle,
  4. InputDecoration? searchBoxDecoration,
  5. BoxDecoration? bottomSheetBoxDecoration,
})

Implementation

CustomDropdownTheme(
    {this.backgroundColor,
    this.backIconColor,
    this.titleTextStyle,
    this.searchBoxDecoration,
    this.bottomSheetBoxDecoration});