SpriteParticle constructor
SpriteParticle({})
Implementation
SpriteParticle({
required this.sprite,
this.position,
this.size,
this.anchor = Anchor.center,
this.overridePaint,
super.lifespan,
});
SpriteParticle({
required this.sprite,
this.position,
this.size,
this.anchor = Anchor.center,
this.overridePaint,
super.lifespan,
});