Last active
March 13, 2024 00:54
-
-
Save CostaFot/298de4f07c227f91d0a8a4e32dc1b555 to your computer and use it in GitHub Desktop.
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
Surface( | |
modifier = Modifier.fillMaxSize(), | |
color = Color.Blue | |
) { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment