Created
May 26, 2022 19:45
-
-
Save maiatoday/fdf85bd6e9f210a8d316a0171637fbe7 to your computer and use it in GitHub Desktop.
Using the Confetti modifier
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
Box(modifier = Modifier | |
.background(Color.Black) | |
.fillMaxSize() | |
.confetti() | |
) { | |
Text("Hello World", color = Color.Red) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment