isExiting method
Whether the given node is currently exiting (animating out).
Implementation
bool isExiting(TKey key) => _anim.isExiting(key);
Whether the given node is currently exiting (animating out).
bool isExiting(TKey key) => _anim.isExiting(key);