Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Last active July 18, 2023 21:52
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 saqib-github-commits/10d20ab1e57c151c7033dbf8d4aa9c41 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/10d20ab1e57c151c7033dbf8d4aa9c41 to your computer and use it in GitHub Desktop.
Box(
Modifier
.padding(10.dp)
.border(1.dp, Color.Red)
.size(40.dp)
.background(Color.Green)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment