DynamicFormTheme constructor
const
DynamicFormTheme({
- InputDecoration? inputDecoration,
- EdgeInsetsGeometry? fieldPadding,
- TextStyle? labelStyle,
- TextStyle? hintStyle,
- Color? errorColor,
- Widget? loader,
Creates a new DynamicFormTheme instance.
Implementation
const DynamicFormTheme({
this.inputDecoration,
this.fieldPadding,
this.labelStyle,
this.hintStyle,
this.errorColor,
this.loader,
});