remember Zoom State
fun rememberZoomState(@FloatRange(from = 1.0 ) maxScale: Float = 5.0f, contentSize: Size = Size.Zero, velocityDecay: DecayAnimationSpec<Float> = exponentialDecay()): ZoomState
Creates a ZoomState that is remembered across compositions.
Parameters
max Scale
The maximum scale of the content.
content Size
Size of content (i.e. image size.) If Zero, the composable layout size will be used as content size.
velocity Decay
The decay animation spec for fling behaviour.