onSuggestionClick property

  1. @override
void Function(Place place)? onSuggestionClick
final

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

Implementation

@override
final void Function(Place place)? onSuggestionClick;