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