MapEventRotate constructor
MapEventRotate({
- required String? id,
- required double currentRotation,
- required double targetRotation,
- required MapEventSource source,
- required LatLng center,
- required double zoom,
Implementation
MapEventRotate({
required this.id,
required this.currentRotation,
required this.targetRotation,
required MapEventSource source,
required LatLng center,
required double zoom,
}) : super(source: source, center: center, zoom: zoom);