VSelectProperties class

Constructors

VSelectProperties({double? buttonHeight = 46.0, double? borderRadius = 8.0, double? dropDownElevation = 8.0, double? dropDownBorderRadius = 8.0, TextStyle? headerTextStyle, TextStyle? labelTextStyle, TextStyle? validateTextStyle, double? buttonWidth, double? dropdownWidth})

Properties

borderRadius double?
final
buttonHeight double?
final
buttonWidth double?
final
final
final
final
hashCode int
The hash code for this object.
no setterinherited
headerTextStyle TextStyle?
final
labelTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validateTextStyle TextStyle?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited