PerfectAutocompleteOptionsBuilder<T extends Object> typedef
PerfectAutocompleteOptionsBuilder<T extends Object> =
FutureOr<Iterable<T> > Function(TextEditingValue textEditingValue)
The type of the PerfectRawAutocomplete 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:
- PerfectRawAutocomplete.optionsBuilder, which is of this type.
Implementation
typedef PerfectAutocompleteOptionsBuilder<T extends Object>
= FutureOr<Iterable<T>> Function(TextEditingValue textEditingValue);