Created
February 24, 2024 12:50
-
-
Save AndreVero/2f01342e95e15370f0d56db674078ac2 to your computer and use it in GitHub Desktop.
Canvas drawing
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
Canvas(modifier = modifier) { | |
drawCircle( | |
color = Color.White, | |
radius = innerCircleRadius.toPx(), | |
center = center | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment