AnimationState constructor
AnimationState({})
Implementation
AnimationState({
required this.translateX,
required this.translateY,
required this.rotation,
required this.scaleX,
required this.scaleY,
required this.alpha,
});