FormProps constructor
const
FormProps({})
Implementation
const FormProps({
required this.formControlName,
required this.label,
this.hint,
this.mandatory = false,
this.maxLength,
this.validator,
});
const FormProps({
required this.formControlName,
required this.label,
this.hint,
this.mandatory = false,
this.maxLength,
this.validator,
});