MapEventDoubleTapZoomEnd constructor

const MapEventDoubleTapZoomEnd({
  1. required MapEventSource source,
  2. required MapCamera camera,
})

Create a new map event that represents the end of a double tap zoom gesture.

Implementation

const MapEventDoubleTapZoomEnd({
  required super.source,
  required super.camera,
});