Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created September 8, 2022 17:28
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 cp-radhika-s/68ab119c38b37b19e4a41c2b9154fe51 to your computer and use it in GitHub Desktop.
Save cp-radhika-s/68ab119c38b37b19e4a41c2b9154fe51 to your computer and use it in GitHub Desktop.
Box(
modifier = Modifier
.fillMaxHeight()
.background(White, shape = RoundedCornerShape(topStart = corners, topEnd = corners))
.layoutId("contentBg")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment