-
public final class InteractionType.Scroll extends InteractionType
Scroll interaction type.
-
-
Constructor Summary
Constructors Constructor Description InteractionType.Scroll(ScrollableState scrollableState, Orientation orientation, Boolean reverseDirection)
-
-
-
Constructor Detail
-
InteractionType.Scroll
InteractionType.Scroll(ScrollableState scrollableState, Orientation orientation, Boolean reverseDirection)
- Parameters:
scrollableState- Instance of ScrollableState to query for the current values of interaction.orientation- The orientation in which the scrollable can be scrolled.reverseDirection- Whether the direction of the scroll (and layout) is reversed, same as the value of Modifier.
-
-