VInputStyle constructor
const
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,
Implementation
const VInputStyle({
this.borderColor,
this.borderRadius,
this.bottomBarColor,
this.bottomBarErrorColor,
this.containerColor,
this.counterErrorTextColor,
this.counterTextColor,
this.counterTextStyle,
this.errorBorderColor,
this.errorIconColor,
this.errorTextColor,
this.errorTextStyle,
this.inputContainerHeight,
this.inputDefaultColor,
this.inputDisabledColor,
this.inputFocusedColor,
this.inputTextStyle,
this.leadingIconColor,
this.textFieldColor,
this.thumbColor,
this.topLabelDefaultColor,
this.topLabelTextStyle,
this.trackBorderColor,
this.trackColor,
this.trackRadius,
this.trailingIconColor,
this.validateErrorTextStyle,
this.borderDefaultColor,
this.borderDisabledColor,
this.borderErrorColor,
this.borderFocusedColor,
this.leadingIconDefaultColor,
this.leadingIconDisabledColor,
this.leadingIconErrorColor,
this.leadingIconFocusedColor,
this.leadingPrefixColor,
this.topLabelDisabledTextColor,
this.topLabelErrorTextColor,
this.topLabelFocusedTextColor,
this.trailingIconDefaultColor,
this.trailingIconDisabledColor,
this.trailingIconErrorColor,
this.trailingIconFocusedColor,
this.trailingSuffixColor,
this.cursorColor,
this.topLabelTextColor,
this.hintTextStyle,
});