ValueBuilder<T> typedef

ValueBuilder<T> = T Function(String text)

The type of the AutocompleteLabel callback which computes the value of label for the widget's field based on the text the user has entered so far.

See also:

Implementation

typedef ValueBuilder<T> = T Function(String text);