ParticleBox constructor
const
ParticleBox({})
Implementation
const ParticleBox({
super.key,
required this.colors,
this.heightFactor = 4,
this.velocityFactor = 0.5,
this.particleCount = 150,
this.maxWidth = 800,
this.maxHeight = 800,
this.backgroundColor = Colors.transparent,
});