Skip to content

Instantly share code, notes, and snippets.

@IslamBesto
Created March 16, 2024 13:38
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 IslamBesto/754583c687284bba970a07633aaa85da to your computer and use it in GitHub Desktop.
Save IslamBesto/754583c687284bba970a07633aaa85da to your computer and use it in GitHub Desktop.
Center Circles
drawCircle(
color = Color.White,
radius = 10f,
center = Offset(size.width / 2, size.height / 2)
)
drawCircle(
color = Color.White,
radius = 100f,
center = Offset(size.width / 2, size.height / 2),
style = Stroke(3.dp.toPx())
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment