VDropdownTextProperties constructor

VDropdownTextProperties({
  1. double? dropdownBorderRadius = 8.0,
  2. double? borderRadius = 8.0,
  3. double? bigButtonSize = 58.0,
  4. double? defaultButtonSize = 46.0,
  5. TextStyle? dropdownTextStyle,
  6. TextStyle? bigIconTextStyle,
  7. TextStyle? smallIconTextStyle,
})

Implementation

VDropdownTextProperties({
  this.dropdownBorderRadius = 8.0,
  this.borderRadius = 8.0,
  this.bigButtonSize = 58.0,
  this.defaultButtonSize = 46.0,
  this.dropdownTextStyle,
  this.bigIconTextStyle,
  this.smallIconTextStyle,
});