AnimationPainter constructor
AnimationPainter({})
Implementation
AnimationPainter({
required this.image,
required this.sourceSize,
required this.scale,
required this.index,
required this.axis,
required this.offsetX,
required this.offsetY,
required this.flipX,
required this.flipY,
});