FieldSetting constructor
FieldSetting({
- required String fieldKey,
- FieldInputType inputType = FieldInputType.normal,
- InputDecoration? inputDecoration,
- List<
String> ? selectOptions, - AutocompleteSource? autocompleteSource,
Implementation
FieldSetting({
required this.fieldKey,
this.inputType = FieldInputType.normal,
this.inputDecoration,
this.selectOptions,
this.autocompleteSource,
});