Created
October 25, 2019 10:05
-
-
Save av/6a0bd7571916f1be17784223b3faabb9 to your computer and use it in GitHub Desktop.
Flutter: magic, fading circle random radius
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
// In OutlineButton.build > Particles > Aligned > FadingCircle | |
// ... | |
radius: Randoms.rnd.nextDouble() * 10 | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment