onLeave method

dynamic onLeave()

Implementation

onLeave() {
  scrollTimer?.cancel();
  scrollTimer = null;
}