ScaleMetadata

interface ScaleMetadata

Properties

Link copied to clipboard

The default scale needed to position the content within its layout bounds with respect to ZoomableState.contentScale.

Link copied to clipboard
abstract val userZoom: Float

Scale applied by the user using zoom gestures. The final scale of the content is calculated using initialScale x userZoom, and will always be lower or equal to ZoomSpec.maxZoomFactor.