onSearch property
The callback that is called when the user taps on the search icon.
Implementation
final void Function(Place place) ? onSearch;
The callback that is called when the user taps on the search icon.
final void Function(Place place) ? onSearch;