CameraState constructor Null safety
Implementation
CameraState({
required this.center,
required this.padding,
required this.zoom,
required this.bearing,
required this.pitch,
});
CameraState({
required this.center,
required this.padding,
required this.zoom,
required this.bearing,
required this.pitch,
});