Skip to content

Instantly share code, notes, and snippets.

@theminimaldev
Last active May 11, 2020 08:16
Show Gist options
  • Select an option

  • Save theminimaldev/75bf936e8afbab2ed9d0fde5bfbbf819 to your computer and use it in GitHub Desktop.

Select an option

Save theminimaldev/75bf936e8afbab2ed9d0fde5bfbbf819 to your computer and use it in GitHub Desktop.
CustomPaint(
size: Size(CIRCLE_RADIUS, CIRCLE_RADIUS),
painter: DrawCircle(color, CIRCLE_RADIUS)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment