PaintParticle constructor
PaintParticle({})
Implementation
PaintParticle({
required this.child,
required this.paint,
// Reasonably large rect for most particles
this.bounds = const Rect.fromLTRB(-50, -50, 50, 50),
super.lifespan,
});