Configure Scroll Gesture Propagation
mainWhen using Zoomable inside a scrollable parent (like a Pager), you can control when scroll gestures are passed to that parent using the scrollGesturePropagation parameter:
ScrollGesturePropagation.ContentEdge: Gestures propagate to the parent only when the content is at its edge and the user attempts to scroll further.ScrollGesturePropagation.NotZoomed: Gestures propagate to the parent only when the content is not currently zoomed in.