Enabled Zoom Gestures
Gestures that Modifier.zoomable will observe and respond to.
This acts as a simple toggle bag for different gesture types. To control how Modifier.zoomable responds to them, use the params defined in rememberZoomableState.
Presets:
Usage:
EnabledZoomGestures(
zoom = true,
pan = true,
)Content copied to clipboard