VSelectStyle constructor
const
VSelectStyle({
- Color? backgroundColor,
- Color? splashColor,
- Color? iconColor,
- Color? borderColor,
- Color? dropDownBorderColor,
- Color? bottomBarColor,
- Color? labelTextColor,
- Color? buttonTextColor,
- Color? validateTextColor,
- Color? errorIconColor,
- Color? dropdownColor,
- Color? borderErrorColor,
- TextStyle? headerTitleTextStyle,
- TextStyle? labelTextStyle,
- TextStyle? validateTextStyle,
- double? borderRadius,
- double? dropDownElevation,
- double? dropDownBorderRadius,
- double? buttonHeight,
- double? buttonWidth,
- double? dropdownWidth,
Implementation
const VSelectStyle({
this.backgroundColor,
this.splashColor,
this.iconColor,
this.borderColor,
this.dropDownBorderColor,
this.bottomBarColor,
this.labelTextColor,
this.buttonTextColor,
this.validateTextColor,
this.errorIconColor,
this.dropdownColor,
this.borderErrorColor,
this.headerTitleTextStyle,
this.labelTextStyle,
this.validateTextStyle,
this.borderRadius,
this.dropDownElevation,
this.dropDownBorderRadius,
this.buttonHeight,
this.buttonWidth,
this.dropdownWidth,
});