AutocompleteOnSelected<T extends Object> typedef

AutocompleteOnSelected<T extends Object> = void Function(T option)

The type of the callback used by the RawAutocomplete widget to indicate that the user has selected an option.

See also:

Implementation

typedef AutocompleteOnSelected<T extends Object> = void Function(T option);