fieldViewBuilder property Null safety
final
Builds the field whose input is used to get the options.
Pass the provided TextEditingController to the field built here so that RawAutocomplete can listen for changes.
Implementation
final AutocompleteFieldViewBuilder? fieldViewBuilder;