Skip to content

Instantly share code, notes, and snippets.

@antonshilov
Created August 22, 2021 16:41
Show Gist options
  • Save antonshilov/e67b167408c0765be9837d372ec09e30 to your computer and use it in GitHub Desktop.
Save antonshilov/e67b167408c0765be9837d372ec09e30 to your computer and use it in GitHub Desktop.
Swipeable
fun <T> Modifier.swipeable(
state: SwipeableState<T>,
anchors: Map<Float, T>,
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment