ParticleSystemComponent constructor
ParticleSystemComponent({})
A PositionComponent that renders a Particle at the designated position, scaled to have the designated size and rotated to the specified angle.
Implementation
ParticleSystemComponent({
this.particle,
super.position,
super.size,
super.scale,
super.angle,
super.anchor,
super.priority,
super.key,
});