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:

Implementation

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