isAnimating method
Whether the given node is currently animating. Forwards to the AnimationCoordinator's per-key check.
Implementation
bool isAnimating(TKey key) => _anim.isAnimating(key);
Whether the given node is currently animating. Forwards to the AnimationCoordinator's per-key check.
bool isAnimating(TKey key) => _anim.isAnimating(key);