Skip to content

Instantly share code, notes, and snippets.

@nikit19
Last active October 16, 2021 09:41
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 nikit19/9010879edc07244748d859540e26d26b to your computer and use it in GitHub Desktop.
Save nikit19/9010879edc07244748d859540e26d26b to your computer and use it in GitHub Desktop.
Scaffold(
timeText = {
TimeText()
},
vignette = {
Vignette(vignettePosition = VignettePosition.TopAndBottom)
},
positionIndicator = {
PositionIndicator(
scalingLazyListState = scalingLazyListState
)
}
) {
// omitted for brevity
..
..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment