RTextFieldOverrides.tokens constructor

const RTextFieldOverrides.tokens({
  1. EdgeInsetsGeometry? containerPadding,
  2. Color? containerBackgroundColor,
  3. Color? containerBorderColor,
  4. BorderRadius? containerBorderRadius,
  5. double? containerBorderWidth,
  6. double? containerElevation,
  7. Duration? containerAnimationDuration,
  8. TextStyle? labelStyle,
  9. Color? labelColor,
  10. TextStyle? helperStyle,
  11. Color? helperColor,
  12. TextStyle? errorStyle,
  13. Color? errorColor,
  14. double? messageSpacing,
  15. TextStyle? textStyle,
  16. Color? textColor,
  17. TextStyle? placeholderStyle,
  18. Color? placeholderColor,
  19. Color? cursorColor,
  20. Color? selectionColor,
  21. Color? iconColor,
  22. double? iconSpacing,
  23. Size? minSize,
})

Named constructor for token overrides.

Implementation

const RTextFieldOverrides.tokens({
  this.containerPadding,
  this.containerBackgroundColor,
  this.containerBorderColor,
  this.containerBorderRadius,
  this.containerBorderWidth,
  this.containerElevation,
  this.containerAnimationDuration,
  this.labelStyle,
  this.labelColor,
  this.helperStyle,
  this.helperColor,
  this.errorStyle,
  this.errorColor,
  this.messageSpacing,
  this.textStyle,
  this.textColor,
  this.placeholderStyle,
  this.placeholderColor,
  this.cursorColor,
  this.selectionColor,
  this.iconColor,
  this.iconSpacing,
  this.minSize,
});