TInputFieldTheme constructor

const TInputFieldTheme({
  1. TInputSize size = TInputSize.md,
  2. WidgetStateProperty<Color?>? color,
  3. WidgetStateProperty<Color?>? backgroundColor,
  4. WidgetStateProperty<Color?>? borderColor,
  5. Widget? preWidget,
  6. Widget? postWidget,
  7. double? height,
  8. EdgeInsets? padding,
  9. double? fontSize,
  10. double? borderRadius,
  11. WidgetStateProperty<TextStyle?>? labelStyle,
  12. WidgetStateProperty<TextStyle?>? helperTextStyle,
  13. WidgetStateProperty<TextStyle?>? errorTextStyle,
  14. WidgetStateProperty<TextStyle?>? tagStyle,
  15. LabelBuilder? labelBuilder,
  16. HelperTextBuilder? helperTextBuilder,
  17. ErrorsBuilder? errorsBuilder,
  18. BorderBuilder? borderBuilder,
  19. BoxShadowBuilder? boxShadowBuilder,
  20. 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,
});