VInputStyle constructor

const VInputStyle({
  1. Color? borderColor,
  2. double? borderRadius,
  3. Color? bottomBarColor,
  4. Color? bottomBarErrorColor,
  5. Color? containerColor,
  6. Color? counterErrorTextColor,
  7. Color? counterTextColor,
  8. TextStyle? counterTextStyle,
  9. Color? errorBorderColor,
  10. Color? errorIconColor,
  11. Color? errorTextColor,
  12. TextStyle? errorTextStyle,
  13. double? inputContainerHeight,
  14. Color? inputDefaultColor,
  15. Color? inputDisabledColor,
  16. Color? inputFocusedColor,
  17. TextStyle? inputTextStyle,
  18. Color? leadingIconColor,
  19. Color? textFieldColor,
  20. Color? thumbColor,
  21. Color? topLabelDefaultColor,
  22. TextStyle? topLabelTextStyle,
  23. Color? trackBorderColor,
  24. Color? trackColor,
  25. double? trackRadius,
  26. Color? trailingIconColor,
  27. TextStyle? validateErrorTextStyle,
  28. Color? borderDefaultColor,
  29. Color? borderDisabledColor,
  30. Color? borderErrorColor,
  31. Color? borderFocusedColor,
  32. Color? leadingIconDefaultColor,
  33. Color? leadingIconDisabledColor,
  34. Color? leadingIconErrorColor,
  35. Color? leadingIconFocusedColor,
  36. Color? leadingPrefixColor,
  37. Color? topLabelDisabledTextColor,
  38. Color? topLabelErrorTextColor,
  39. Color? topLabelFocusedTextColor,
  40. Color? trailingIconDefaultColor,
  41. Color? trailingIconDisabledColor,
  42. Color? trailingIconErrorColor,
  43. Color? trailingIconFocusedColor,
  44. Color? trailingSuffixColor,
  45. Color? cursorColor,
  46. Color? topLabelTextColor,
  47. 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,
});