Michail Kulaga
11/24/2022, 3:49 PMrotaryWithScroll
, rotaryWithFling
and rotaryWithSnap
.
rotaryWithScroll
- a modifier when only scroll is required
rotaryWithFling
- scrolling with flinging. Supports any scrollableState
rotaryWithSnap
- scrolling with snapping. For now supports only ScalingLazyColumn ( Picker and Pager will be supported as well later )
All modifiers support haptics out of the box, which can be switched off if necessary.louiscad
11/24/2022, 5:25 PMyschimke
11/24/2022, 6:36 PMArjun Achatz
11/25/2022, 6:18 PMandrew
11/26/2022, 8:40 PMlouiscad
11/30/2022, 11:56 AMyschimke
11/30/2022, 6:18 PMyschimke
11/30/2022, 6:18 PMlouiscad
11/30/2022, 7:48 PMComposeView
that contains a Column
) and I moved on.