selectedPlaceWidgetBuilder property

SelectedPlaceWidgetBuilder? selectedPlaceWidgetBuilder
final

optional - builds selected place's UI

It is provided by default if you leave it as a null. INPORTANT: If this is non-null, onPlacePicked will not be invoked, as there will be no default 'Select here' button.

Implementation

final SelectedPlaceWidgetBuilder? selectedPlaceWidgetBuilder;