Skip to content

Instantly share code, notes, and snippets.

@nikhil-mandlik-dev
Created September 29, 2022 12:20
Show Gist options
  • Save nikhil-mandlik-dev/19c486b28261323951e67f8ae7808323 to your computer and use it in GitHub Desktop.
Save nikhil-mandlik-dev/19c486b28261323951e67f8ae7808323 to your computer and use it in GitHub Desktop.
Drawing Circle on Path
drawCircle(
radius = 10.dp.toPx(),
color = Color.Blue,
center = Offset(pos[0], pos[1])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment