PerfectAutocompleteOptionToString<T extends Object> typedef

PerfectAutocompleteOptionToString<T extends Object> = String Function(T option)

The type of the PerfectRawAutocomplete callback that converts an option value to a string which can be displayed in the widget's options menu.

See also:

Implementation

typedef PerfectAutocompleteOptionToString<T extends Object> = String Function(
    T option);