Skip to content

Instantly share code, notes, and snippets.

@raghunandankavi2010
Created June 27, 2022 14:56
Show Gist options
  • Save raghunandankavi2010/fc9e3112465ad7b74c20f7ffd2aaed8b to your computer and use it in GitHub Desktop.
Save raghunandankavi2010/fc9e3112465ad7b74c20f7ffd2aaed8b to your computer and use it in GitHub Desktop.
Compose MultiColor
@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