OnChanged<T> typedef

OnChanged<T> = void Function(Iterable<T> values)

The type of the callback used by the AutocompleteLabel widget to indicate that the values has changed.

See also:

Implementation

typedef OnChanged<T> = void Function(Iterable<T> values);