UIDropdownThemeData constructor
const
UIDropdownThemeData({
- double? height,
- double? iconSize,
- Color? overlayBackgroundColor,
- Color? iconColor,
- Color? buttonBackgroundColor,
- Color? shadowColor,
- TextStyle? textStyle,
- TextStyle? hintStyle,
- BorderRadius? buttonBorderRadius,
- BorderRadius? overlayBorderRadius,
- EdgeInsets? itemPadding,
- EdgeInsets? iconPadding,
- EdgeInsets? buttonPadding,
- Border? border,
Implementation
const UIDropdownThemeData({
this.height,
this.iconSize,
this.overlayBackgroundColor,
this.iconColor,
this.buttonBackgroundColor,
this.shadowColor,
this.textStyle,
this.hintStyle,
this.buttonBorderRadius,
this.overlayBorderRadius,
this.itemPadding,
this.iconPadding,
this.buttonPadding,
this.border,
});