onPopupEvent property

(dynamic Function(PopupEvent event, List<Marker> selectedMarkers)?) onPopupEvent
final

An optional callback which can be used to react to PopupControllerEvents. The selectedMarkers is the list of Markers which are selected after the event is applied.

Implementation

final Function(PopupEvent event, List<Marker> selectedMarkers)? onPopupEvent;