Double Click To Zoom Listener
Implement this interface for reacting to double clicks on Modifier.zoomable's content. By default, DoubleClickToZoomListener.cycle is used.
Inheritors
Types
Link copied to clipboard
Toggles between ZoomSpec.maximum and the ZoomSpec.minimum on double clicks.
Functions
Link copied to clipboard
open suspend fun ZoomableCoordinateSystem.onDoubleClick(state: ZoomableState, centroid: SpatialOffset)