Skip to content

Instantly share code, notes, and snippets.

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