AdeptDropDownTheme constructor
AdeptDropDownTheme({
- TextStyle? labelTextStyle,
- TextStyle? hintTextStyle,
- TextStyle? valueTextStyle,
- EdgeInsets labelPadding = const EdgeInsets.only(bottom: 5),
- bool isSearch = true,
- BoxDecoration? boxDecoration,
- EdgeInsets fieldPadding = const EdgeInsets.only(left: 10, right: 10, top: 10),
- Widget? suffixWidget,
- CardThemeData? cardTheme,
- AdeptTextFieldTheme? searchBoxTheme,
- TextStyle? itemTextStyle,
- double height = 45,
- bool isClose = true,
- Color? multiSelectItemBgColor,
AdeptDropDownTheme Constructor allows you to define styling and value properties.
Implementation
AdeptDropDownTheme(
{super.labelTextStyle,
super.hintTextStyle,
super.valueTextStyle,
super.labelPadding,
this.isSearch = true,
this.boxDecoration,
super.fieldPadding,
this.suffixWidget,
this.cardTheme,
this.searchBoxTheme,
this.itemTextStyle,
this.height = 45,
this.isClose = true,
this.multiSelectItemBgColor});