VInputStyle class
Constructors
-
VInputStyle({Color? borderColor, double? borderRadius, Color? bottomBarColor, Color? bottomBarErrorColor, Color? containerColor, Color? counterErrorTextColor, Color? counterTextColor, TextStyle? counterTextStyle, Color? errorBorderColor, Color? errorIconColor, Color? errorTextColor, TextStyle? errorTextStyle, double? inputContainerHeight, Color? inputDefaultColor, Color? inputDisabledColor, Color? inputFocusedColor, TextStyle? inputTextStyle, Color? leadingIconColor, Color? textFieldColor, Color? thumbColor, Color? topLabelDefaultColor, TextStyle? topLabelTextStyle, Color? trackBorderColor, Color? trackColor, double? trackRadius, Color? trailingIconColor, TextStyle? validateErrorTextStyle, Color? borderDefaultColor, Color? borderDisabledColor, Color? borderErrorColor, Color? borderFocusedColor, Color? leadingIconDefaultColor, Color? leadingIconDisabledColor, Color? leadingIconErrorColor, Color? leadingIconFocusedColor, Color? leadingPrefixColor, Color? topLabelDisabledTextColor, Color? topLabelErrorTextColor, Color? topLabelFocusedTextColor, Color? trailingIconDefaultColor, Color? trailingIconDisabledColor, Color? trailingIconErrorColor, Color? trailingIconFocusedColor, Color? trailingSuffixColor, Color? cursorColor, Color? topLabelTextColor, TextStyle? hintTextStyle})
-
const
Methods
-
copyWith({Color? textFieldColor, dynamic topLabelDefaultColor, dynamic borderColor, dynamic thumbColor, dynamic trackColor, dynamic trackBorderColor, dynamic leadingIconColor, dynamic inputDisabledColor, dynamic inputDefaultColor, dynamic inputFocusedColor, dynamic errorBorderColor, dynamic containerColor, dynamic trailingIconColor, dynamic bottomBarErrorColor, dynamic bottomBarColor, dynamic counterErrorTextColor, dynamic counterTextColor, dynamic errorIconColor, dynamic errorTextColor, dynamic topLabelErrorTextColor, dynamic topLabelDisabledTextColor, dynamic topLabelFocusedTextColor, dynamic topLabelTextColor, dynamic borderErrorColor, dynamic borderDisabledColor, dynamic borderFocusedColor, dynamic borderDefaultColor, dynamic leadingPrefixColor, dynamic leadingIconErrorColor, dynamic leadingIconDisabledColor, dynamic leadingIconFocusedColor, dynamic leadingIconDefaultColor, dynamic trailingSuffixColor, dynamic trailingIconErrorColor, dynamic trailingIconDisabledColor, dynamic trailingIconFocusedColor, dynamic trailingIconDefaultColor, dynamic cursorColor, double? borderRadius, dynamic trackRadius, dynamic inputContainerHeight, TextStyle? topLabelTextStyle, dynamic inputTextStyle, dynamic errorTextStyle, dynamic counterTextStyle, dynamic validateErrorTextStyle, dynamic hintTextStyle})
→ VInputStyle
-
Creates a copy of this theme extension with the given fields
replaced by the non-null parameter values.
override
-
lerp(covariant ThemeExtension<VInputStyle>? other, double t)
→ VInputStyle
-
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