-
-
Save skydoves/66abda3d63998793180568614c8b2cb4 to your computer and use it in GitHub Desktop.
reused_modifiers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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