cancelForKey method
void
cancelForKey(
- TKey key
Cancels the slide for key, if any. Tolerant of unregistered keys.
Used by _cancelAnimationStateForSubtree during reparenting.
Implementation
void cancelForKey(TKey key) {
_clearSlide(key);
}