cancelForKey method

void cancelForKey(
  1. 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);
}