Skip to content

Instantly share code, notes, and snippets.

@av
Created October 25, 2019 10:05
Show Gist options
  • Save av/6a0bd7571916f1be17784223b3faabb9 to your computer and use it in GitHub Desktop.
Save av/6a0bd7571916f1be17784223b3faabb9 to your computer and use it in GitHub Desktop.
Flutter: magic, fading circle random radius
// 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