onSuggestionClick property

void Function(Place place)? onSuggestionClick
final

Callback triggered when after Place has been retreived after item is selected

Implementation

abstract final void Function(Place place)? onSuggestionClick;