TInputFieldTheme constructor
const
TInputFieldTheme({
- TInputSize size = TInputSize.md,
- WidgetStateProperty<
Color?> ? color, - WidgetStateProperty<
Color?> ? backgroundColor, - WidgetStateProperty<
Color?> ? borderColor, - Widget? preWidget,
- Widget? postWidget,
- double? height,
- EdgeInsets? padding,
- double? fontSize,
- double? borderRadius,
- WidgetStateProperty<
TextStyle?> ? labelStyle, - WidgetStateProperty<
TextStyle?> ? helperTextStyle, - WidgetStateProperty<
TextStyle?> ? errorTextStyle, - WidgetStateProperty<
TextStyle?> ? tagStyle, - LabelBuilder? labelBuilder,
- HelperTextBuilder? helperTextBuilder,
- ErrorsBuilder? errorsBuilder,
- BorderBuilder? borderBuilder,
- BoxShadowBuilder? boxShadowBuilder,
- DecorationBuilder? decorationBuilder,
Implementation
const TInputFieldTheme({
this.size = TInputSize.md,
this.color,
this.backgroundColor,
this.borderColor,
this.preWidget,
this.postWidget,
this.height,
this.padding,
this.fontSize,
this.borderRadius,
this.labelStyle,
this.helperTextStyle,
this.errorTextStyle,
this.tagStyle,
this.labelBuilder,
this.helperTextBuilder,
this.errorsBuilder,
this.borderBuilder,
this.boxShadowBuilder,
this.decorationBuilder,
});