CameraViewportState constructor
Creates a CameraViewportState with the specified camera properties.
Implementation
const CameraViewportState({
this.center,
this.padding,
this.anchor,
this.zoom,
this.bearing,
this.pitch,
}) : super();
Creates a CameraViewportState with the specified camera properties.
const CameraViewportState({
this.center,
this.padding,
this.anchor,
this.zoom,
this.bearing,
this.pitch,
}) : super();