VDropdownIconStyle constructor
const
VDropdownIconStyle({
- Color? dropDownColor,
- Color? dropdownBorderColor,
- Color? backgroundSplashColor,
- Color? buttonDefaultColor,
- Color? defaultSecButtonColor,
- Color? defaultIconColor,
- Color? disabledButtonColor,
- Color? disabledIconColor,
- Color? isSecDisabledBorderColor,
- Color? isSecDisabledButtonColor,
- Color? isSecTappedButtonColor,
- Color? tappedButtonColor,
- Color? isSecDefaultBorderColor,
- Color? disabledBorderColor,
- Color? defaultBorderColor,
- Color? isSecDisabledIconColor,
- Color? isSecDefaultIconColor,
- TextStyle? dropdownTextStyle,
- double? dropdownBorderRadius,
- double? bigIconSize,
- 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,
});