VSelectStyle constructor

const VSelectStyle({
  1. Color? backgroundColor,
  2. Color? splashColor,
  3. Color? iconColor,
  4. Color? borderColor,
  5. Color? dropDownBorderColor,
  6. Color? bottomBarColor,
  7. Color? labelTextColor,
  8. Color? buttonTextColor,
  9. Color? validateTextColor,
  10. Color? errorIconColor,
  11. Color? dropdownColor,
  12. Color? borderErrorColor,
  13. TextStyle? headerTitleTextStyle,
  14. TextStyle? labelTextStyle,
  15. TextStyle? validateTextStyle,
  16. double? borderRadius,
  17. double? dropDownElevation,
  18. double? dropDownBorderRadius,
  19. double? buttonHeight,
  20. double? buttonWidth,
  21. 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,
});