onSearch property

void Function(Place place)? onSearch
final

The callback that is called when the user taps on the search icon.

Implementation

final void Function(Place place) ? onSearch;