MapEventWithMove constructor
MapEventWithMove({
- required LatLng targetCenter,
- required double targetZoom,
- required MapEventSource source,
- required LatLng center,
- required double zoom,
Implementation
MapEventWithMove({
required this.targetCenter,
required this.targetZoom,
required MapEventSource source,
required LatLng center,
required double zoom,
}) : super(source: source, center: center, zoom: zoom);