Skip to content

Instantly share code, notes, and snippets.

@AndreVero
Created February 24, 2024 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreVero/2f01342e95e15370f0d56db674078ac2 to your computer and use it in GitHub Desktop.
Save AndreVero/2f01342e95e15370f0d56db674078ac2 to your computer and use it in GitHub Desktop.
Canvas drawing
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