Skip to content

Instantly share code, notes, and snippets.

@alohaabhi
Created May 11, 2020 08:17
Show Gist options
  • Save alohaabhi/a140384dd35e2ebe1f4368987350fd54 to your computer and use it in GitHub Desktop.
Save alohaabhi/a140384dd35e2ebe1f4368987350fd54 to your computer and use it in GitHub Desktop.
ClipRect(
child: 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