onSuggestionTap property

(dynamic Function(SearchFieldListItem<T>)?) onSuggestionTap
final

Callback when the suggestion is selected. The parameters passed toSearchFieldListItem in suggestions will be returned in the callback.

Implementation

final Function(SearchFieldListItem<T>)? onSuggestionTap;