SpriteAnimationParticle constructor
SpriteAnimationParticle({})
Implementation
SpriteAnimationParticle({
required this.animation,
this.position,
this.size,
this.anchor = Anchor.center,
this.overridePaint,
super.lifespan,
this.alignAnimationTime = true,
}) : animationTicker = animation.createTicker();