Created
June 27, 2022 14:56
-
-
Save raghunandankavi2010/fc9e3112465ad7b74c20f7ffd2aaed8b to your computer and use it in GitHub Desktop.
Compose MultiColor
This file contains hidden or 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
@Composable | |
fun MultiColorProgressCanvas() { | |
Canvas( | |
modifier = Modifier | |
.height(16.dp) | |
.fillMaxSize() | |
) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment