onPlacePicked property

ValueChanged<PickResult>? onPlacePicked
final

By using default setting of Place Picker, it will result result when user hits the select here button.

If you managed to use your own selectedPlaceWidgetBuilder, then this WILL NOT be invoked, and you need use data which is being sent with selectedPlaceWidgetBuilder.

Implementation

final ValueChanged<PickResult>? onPlacePicked;