OptionsBuilder<T> typedef

OptionsBuilder<T> = Iterable<T> Function(String text)

The type of the AutocompleteLabel 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 OptionsBuilder<T> = Iterable<T> Function(String text);