CameraState
Mutable camera state for programmatic viewport control.
All properties are backed by Compose snapshot state — mutations trigger recomposition of any composable that reads them.
Parameters
panX
Initial horizontal pan offset in pixels (default: 0.0, must be finite)
panY
Initial vertical pan offset in pixels (default: 0.0, must be finite)
zoom
Initial zoom factor (default: 1.0, must be positive and finite)