VSelectStyle class
Constructors
-
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? labelTextStyle, TextStyle? validateTextStyle, double? borderRadius, double? dropDownElevation, double? dropDownBorderRadius, double? buttonHeight, double? buttonWidth, double? dropdownWidth})
-
const
Methods
-
copyWith({Color? backgroundColor, dynamic splashColor, dynamic iconColor, dynamic dropDownBorderColor, dynamic bottomBarColor, dynamic borderColor, dynamic labelTextColor, dynamic buttonTextColor, dynamic validateTextColor, dynamic errorIconColor, dynamic dropdownColor, dynamic borderErrorColor, dynamic labelTextStyle, dynamic validateTextStyle, double? borderRadius, dynamic dropDownElevation, dynamic dropDownBorderRadius, dynamic buttonHeight, dynamic buttonWidth, dynamic dropdownWidth})
→ VSelectStyle
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<VSelectStyle>? other, double t)
→ VSelectStyle
-
Linearly interpolate with another ThemeExtension object.
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited