onSelected property
The callback that is called when one Place is selected by the user.
Implementation
final void Function(Place place) ? onSelected;
The callback that is called when one Place is selected by the user.
final void Function(Place place) ? onSelected;