Package-level declarations
Types
Specifies mouse wheel zoom behaviour.
ScrollGesturePropagation defines when Modifier.zoomable propagates scroll gestures to the parent composable element.
A state object that manage scale and offset.
Functions
Creates a ZoomState that is remembered across compositions.
A modifier function that allows content to be zoomable and automatically return to its original size when the finger is released.
A container that makes its content zoomable with snap-back behavior while allowing the zoomed content to escape the clipping bounds of its parent.
Provides a shared overlay for every SnapBackZoomableBox nested inside content. Place this at (or near) the root of your compose tree so the overlay can extend across the entire window, including system bar areas.
Toggle the scale between targetScale and 1.0f.
A modifier function that allows content to be zoomable.
A modifier function that allows scrollable content to be zoomable.