onSelected property

void Function(Place place)? onSelected
final

The callback that is called when one Place is selected by the user.

Implementation

final void Function(Place place) ? onSelected;