Skip to content

Instantly share code, notes, and snippets.

@zurche
Created July 27, 2023 11:01
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 zurche/c566deb0bffbc75173dc84bc366214a2 to your computer and use it in GitHub Desktop.
Save zurche/c566deb0bffbc75173dc84bc366214a2 to your computer and use it in GitHub Desktop.
//...
Box(
modifier = Modifier
.fillMaxSize()
.background(verticalOrangeGradient)
.drawBehind {
// Here we can access the DrawScope of our Box
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment