FieldConfig constructor
FieldConfig({})
Creates a FieldConfig instance.
Implementation
FieldConfig({
required this.key,
required this.type,
this.label,
this.required = false,
this.extra = const {},
});
Creates a FieldConfig instance.
FieldConfig({
required this.key,
required this.type,
this.label,
this.required = false,
this.extra = const {},
});