Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 22, 2025 04:33
Show Gist options
  • Save skydoves/66abda3d63998793180568614c8b2cb4 to your computer and use it in GitHub Desktop.
Save skydoves/66abda3d63998793180568614c8b2cb4 to your computer and use it in GitHub Desktop.
reused_modifiers
MyButtons(
modifier = Modifier
.clip(RoundedCornerShape(32.dp))
.background(Color.Blue)
) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment