dart_board_particle_feature library

Classes

DartBoardParticleDecoration
DartBoardParticleFeature
This is an App decoration for particle effects It'll overlay all your screens and give you access to a full screen canvas
Particle
ParticleLayer<T extends Particle>
A "Layer" of particles. Represents a fixed number of particles on the screen
ParticlePainter
Particles
The interface and code for the Particles layer itself we apply this to the Extension for easy access. It's also a singleton by design.

Properties

lastFrame int
getter/setter pair

Typedefs

BackgroundPainter = void Function(Canvas canvas, Size size)