AFieldOAB constructor
const
AFieldOAB({
- Key? key,
- bool readOnly = false,
- String identifier = 'oab',
- String oabLabel = 'Número OAB',
- String ufLabel = 'UF',
- bool required = false,
- String? label,
- void onChanged()?,
- bool autofocus = false,
- Map<
String, dynamic> ? initialValue = const <String, dynamic>{'number' : '', 'uf' : ''}, - int? flexible,
- bool expanded = false,
- EdgeInsets? margin,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
- List<
ARule< ? customRules,Map< >String, dynamic> > - EdgeInsets? padding,
- bool readonly = false,
Implementation
const AFieldOAB({
super.key,
super.readOnly,
super.identifier = 'oab',
this.oabLabel = 'Número OAB',
this.ufLabel = 'UF',
super.required,
super.label,
super.onChanged,
this.autofocus = false,
super.initialValue = const <String, dynamic>{
'number': '',
'uf': '',
},
super.flexible,
super.expanded,
super.margin,
super.linkToAForm,
super.onSubmit,
super.customRules,
super.padding,
super.readonly,
});