Skip to content

Instantly share code, notes, and snippets.

@pauloaapereira
Created March 16, 2021 18:58
Show Gist options
  • Save pauloaapereira/37c0fca351cc3de308870f03f7a7575d to your computer and use it in GitHub Desktop.
Save pauloaapereira/37c0fca351cc3de308870f03f7a7575d to your computer and use it in GitHub Desktop.
Android Dev Challenge - Week 3 - Bloom - A Full Development Overview - 17
Scaffold(...) {
Column(
modifier = Modifier
.fillMaxSize()
.verticalScroll(scrollState)
) {
...
BloomImageList(homeGardens = homeGardens)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment