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