MapEventDoubleTapZoomStart constructor

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

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

Implementation

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