UITextFieldThemeData constructor
const
UITextFieldThemeData({
- double? borderWidth,
- double? height,
- BoxConstraints? iconConstraints,
- double? titleSpacing,
- Color? focusBorderColor,
- Color? borderColor,
- Color? errorColor,
- Color? backgroundColor,
- Color? cursorColor,
- TextStyle? counterStyle,
- TextStyle? titleStyle,
- TextStyle? textStyle,
- TextStyle? hintStyle,
- TextStyle? labelStyle,
- TextStyle? errorStyle,
- BorderRadius? defaultBorderRadius,
- BorderRadius? moreLinesBorderRadius,
- EdgeInsets? contentPadding,
- UIIconThemeData? cleanSuffixIcon,
- UIIconThemeData? obscureSuffixIcon,
Implementation
const UITextFieldThemeData({
this.borderWidth,
this.height,
this.iconConstraints,
this.titleSpacing,
this.focusBorderColor,
this.borderColor,
this.errorColor,
this.backgroundColor,
this.cursorColor,
this.counterStyle,
this.titleStyle,
this.textStyle,
this.hintStyle,
this.labelStyle,
this.errorStyle,
this.defaultBorderRadius,
this.moreLinesBorderRadius,
this.contentPadding,
this.cleanSuffixIcon,
this.obscureSuffixIcon,
});