animationState property

AnimationState get animationState

The AnimationState used to manage animations that are being applied to the skeleton.

Implementation

AnimationState get animationState {
  if (_drawable == null) throw Exception("Controller is not initialized yet.");
  return _drawable!.animationState;
}