VDropdownIconStyle constructor

const VDropdownIconStyle({
  1. Color? dropDownColor,
  2. Color? dropdownBorderColor,
  3. Color? backgroundSplashColor,
  4. Color? buttonDefaultColor,
  5. Color? defaultSecButtonColor,
  6. Color? defaultIconColor,
  7. Color? disabledButtonColor,
  8. Color? disabledIconColor,
  9. Color? isSecDisabledBorderColor,
  10. Color? isSecDisabledButtonColor,
  11. Color? isSecTappedButtonColor,
  12. Color? tappedButtonColor,
  13. Color? isSecDefaultBorderColor,
  14. Color? disabledBorderColor,
  15. Color? defaultBorderColor,
  16. Color? isSecDisabledIconColor,
  17. Color? isSecDefaultIconColor,
  18. TextStyle? dropdownTextStyle,
  19. double? dropdownBorderRadius,
  20. double? bigIconSize,
  21. double? defaultIconSize,
})

Implementation

const VDropdownIconStyle({
  this.dropDownColor,
  this.dropdownBorderColor,
  this.backgroundSplashColor,
  this.buttonDefaultColor,
  this.defaultSecButtonColor,
  this.defaultIconColor,
  this.disabledButtonColor,
  this.disabledIconColor,
  this.isSecDisabledBorderColor,
  this.isSecDisabledButtonColor,
  this.isSecTappedButtonColor,
  this.tappedButtonColor,
  this.isSecDefaultBorderColor,
  this.disabledBorderColor,
  this.defaultBorderColor,
  this.isSecDisabledIconColor,
  this.isSecDefaultIconColor,
  this.dropdownTextStyle,
  this.dropdownBorderRadius,
  this.bigIconSize,
  this.defaultIconSize,
});