fieldViewBuilder property
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.
If this parameter is null, then a SizedBox.shrink is built instead. For how that pattern can be useful, see textEditingController.
Implementation
final AutocompleteFieldViewBuilder? fieldViewBuilder;