userZoom

abstract val userZoom: Float

Scale applied by the user through zoom gestures. The final scale of the content is calculated using initialScale x userZoom.

While a gesture is in progress, this value may temporarily exceed the ZoomSpec.minimum and ZoomSpec.maximum limits, depending on their associated OverzoomEffect.

For example, a userZoom of 1.5f indicates that the content is zoomed to 150% of its initialScale.