FormTheme constructor
const
FormTheme({
- Widget layoutBuilder({})?,
- FormFieldBuilder? fieldBuilder,
- FormFieldBuilder? nonTextFieldBuilder,
- FieldColorScheme? colorScheme,
- FieldColorScheme? errorColorScheme,
- FieldColorScheme? activeColorScheme,
- FieldColorScheme? disabledColorScheme,
- FieldColorScheme? selectedColorScheme,
- InputDecoration? inputDecoration,
- TextStyle? titleStyle,
- TextStyle? descriptionStyle,
- TextStyle? hintTextStyle,
- TextStyle? chipTextStyle,
Implementation
const FormTheme({
this.layoutBuilder,
this.fieldBuilder,
this.nonTextFieldBuilder,
this.colorScheme,
this.errorColorScheme,
this.activeColorScheme,
this.disabledColorScheme,
this.selectedColorScheme,
this.inputDecoration,
this.titleStyle,
this.descriptionStyle,
this.hintTextStyle,
this.chipTextStyle,
});