VSelectProperties constructor

VSelectProperties({
  1. double? buttonHeight = 46.0,
  2. double? borderRadius = 8.0,
  3. double? dropDownElevation = 8.0,
  4. double? dropDownBorderRadius = 8.0,
  5. TextStyle? headerTextStyle,
  6. TextStyle? labelTextStyle,
  7. TextStyle? validateTextStyle,
  8. double? buttonWidth,
  9. double? dropdownWidth,
})

Implementation

VSelectProperties({
  this.buttonHeight = 46.0,
  this.borderRadius = 8.0,
  this.dropDownElevation = 8.0,
  this.dropDownBorderRadius = 8.0,
  this.headerTextStyle,
  this.labelTextStyle,
  this.validateTextStyle,
  this.buttonWidth,
  this.dropdownWidth,
});