Skip to content

Instantly share code, notes, and snippets.

@arcadefire
Last active September 12, 2021 17:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcadefire/daf99bf7e2149277443a957cd786e22e to your computer and use it in GitHub Desktop.
Save arcadefire/daf99bf7e2149277443a957cd786e22e to your computer and use it in GitHub Desktop.
Nested Scroll
Box(
Modifier
.swipeable(/* ... */)
.offset(/* ... */)
.nestedScroll(
object : NestedScrollConnection {
// Implement callbacks here
})
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment