onResultSelected property

(dynamic Function(SearchResultItem)?) onResultSelected
final

The action to perform when any suggestion is selected.

Implementation

final Function(SearchResultItem)? onResultSelected;