Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created May 11, 2020 07:49
Show Gist options
  • Save alohaabhi/34fa4a9b82321a1df44990bf3bd7e6d4 to your computer and use it in GitHub Desktop.
Save alohaabhi/34fa4a9b82321a1df44990bf3bd7e6d4 to your computer and use it in GitHub Desktop.
CustomPaint(
size: Size(CIRCLE_RADIUS * 2, CIRCLE_RADIUS * 2),
painter: DrawCircle(color, CIRCLE_RADIUS),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment