Created
May 11, 2020 07:49
-
-
Save theminimaldev/34fa4a9b82321a1df44990bf3bd7e6d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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