AutocompleteFieldViewBuilder typedef Null safety
The type of the Autocomplete callback which returns the widget that contains the input TextField or TextFormField.
See also:
- RawAutocomplete.fieldViewBuilder, which is of this type.
Implementation
typedef AutocompleteFieldViewBuilder = Widget Function(
BuildContext context,
TextEditingController textEditingController,
FocusNode focusNode,
VoidCallback onFieldSubmitted,
);