FallbackFormField constructor
const
FallbackFormField({})
Creates a fallback form field.
Implementation
const FallbackFormField({
required this.label,
this.placeholder,
this.masked = false,
this.maskChar = '•',
this.allowReveal = false,
this.required = false,
this.validator,
this.initialValue,
});