Plasma constructor
const
Plasma({})
Implementation
const Plasma({
Key? key,
this.particles = 10,
this.foregroundColor = Colors.white,
this.backgroundColor = Colors.black,
this.size = 1.0,
this.speed = 1.0,
this.offset = 0.0,
this.fps,
this.blendMode = BlendMode.srcOver,
this.child,
}) : super(key: key);