Last updated:
0 purchases
particle fountain
particle_fountain #
Easily create particle fountains
Usage #
Add the particle_fountain widget as a child to the widget you want to have the particle fountain in. The particle_fountain widget will take the entire parent widget and the height and width of the particles can be adjusted using the height and width.
Example #
Container(
child: ParticleFountain(
numberOfParticles: 30,
height: h,
width: w,
color: Colors.orange.withAlpha(150),
),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.