AutocompleteOnSelected<T extends Object> typedef
Null safety
The type of the callback used by the RawAutocomplete widget to indicate that the user has selected an option.
See also:
- RawAutocomplete.onSelected, which is of this type.
Implementation
typedef AutocompleteOnSelected<T extends Object> = void Function(T option);