AutocompleteOptionsBuilder<T extends Object> typedef

AutocompleteOptionsBuilder<T extends Object> = FutureOr<Iterable<T>> Function(TextEditingValue textEditingValue)

The type of the RawAutocomplete callback which computes the list of optional completions for the widget's field, based on the text the user has entered so far.

See also:

Implementation

typedef AutocompleteOptionsBuilder<T extends Object> = FutureOr<Iterable<T>> Function(TextEditingValue textEditingValue);