dispose method

  1. @mustCallSuper
void dispose()

Called when the scroll view stops performing this activity.

Implementation

@mustCallSuper
void dispose() {
  assert(debugMaybeDispatchDisposed(this));
  _isDisposed = true;
}