DynamicFormTheme constructor

const DynamicFormTheme({
  1. InputDecoration? inputDecoration,
  2. EdgeInsetsGeometry? fieldPadding,
  3. TextStyle? labelStyle,
  4. TextStyle? hintStyle,
  5. Color? errorColor,
  6. Widget? loader,
})

Creates a new DynamicFormTheme instance.

Implementation

const DynamicFormTheme({
  this.inputDecoration,
  this.fieldPadding,
  this.labelStyle,
  this.hintStyle,
  this.errorColor,
  this.loader,
});