UIDropdownThemeData constructor

const UIDropdownThemeData({
  1. double? height,
  2. double? iconSize,
  3. Color? overlayBackgroundColor,
  4. Color? iconColor,
  5. Color? buttonBackgroundColor,
  6. Color? shadowColor,
  7. TextStyle? textStyle,
  8. TextStyle? hintStyle,
  9. BorderRadius? buttonBorderRadius,
  10. BorderRadius? overlayBorderRadius,
  11. EdgeInsets? itemPadding,
  12. EdgeInsets? iconPadding,
  13. EdgeInsets? buttonPadding,
  14. 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,
});