particle_fountain

Last updated:

0 purchases

particle_fountain Image
particle_fountain Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.