Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Last active May 11, 2020 08:16
Show Gist options
  • Save alohaabhi/75bf936e8afbab2ed9d0fde5bfbbf819 to your computer and use it in GitHub Desktop.
Save alohaabhi/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