isExiting method

bool isExiting(
  1. TKey key
)

Whether the given node is currently exiting (animating out).

Implementation

bool isExiting(TKey key) => _anim.isExiting(key);