-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum ScrollGesturePropagation extends Enum<ScrollGesturePropagation>
ScrollGesturePropagation defines when Modifier.zoomable propagates scroll gestures to the parent composable element.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NotZoomedPropagates the scroll gesture to the parent composable element when the content is not zoomed.
ContentEdgePropagates the scroll gesture to the parent composable element when the content is scrolled to the edge and attempts to scroll further.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-