Skip to content

Instantly share code, notes, and snippets.

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