Skip to content

Instantly share code, notes, and snippets.

@IslamBesto
Created March 17, 2024 18:30
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/f3a2ae7d4f0eda9d00d47c64f99c8784 to your computer and use it in GitHub Desktop.
Save IslamBesto/f3a2ae7d4f0eda9d00d47c64f99c8784 to your computer and use it in GitHub Desktop.
Penalty circle
drawCircle(
color = Color.White,
radius = 10f,
center = Offset(size.width.div(2), 200f)
)
drawCircle(
color = Color.White,
radius = 10f,
center = Offset(size.width.div(2), size.height - 200f)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment