FormFieldConfig constructor
FormFieldConfig({})
Implementation
FormFieldConfig({
required this.keyName,
required this.type,
required this.label,
this.hint,
this.required = false,
this.options,
this.min,
this.max,
this.divisions,
this.initialValue,
this.validator,
});