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