InternalSpriteAnimationWidget constructor
const
InternalSpriteAnimationWidget({
- required SpriteAnimation animation,
- required SpriteAnimationTicker animationTicker,
- bool playing = true,
- Anchor anchor = Anchor.topLeft,
- Paint? paint,
- Key? key,
Implementation
const InternalSpriteAnimationWidget({
required this.animation,
required this.animationTicker,
this.playing = true,
this.anchor = Anchor.topLeft,
this.paint,
super.key,
});