CameraState constructor
CameraState({
- required Point center,
- required MbxEdgeInsets padding,
- required double zoom,
- required double bearing,
- required double pitch,
Implementation
CameraState({
required this.center,
required this.padding,
required this.zoom,
required this.bearing,
required this.pitch,
});