NiceFormFieldDef constructor
const
NiceFormFieldDef({})
Implementation
const NiceFormFieldDef({
required this.key,
required this.type,
this.label,
this.hint,
this.required = false,
this.readOnly = false,
this.defaultValue,
this.options,
this.flex = 1,
this.validators,
});