FormFieldConfig constructor
const
FormFieldConfig({})
Implementation
const FormFieldConfig({
required this.label,
this.placeholder,
this.masked = false,
this.maskChar = '•',
this.allowReveal = false,
this.required = false,
this.validator,
this.initialValue,
});