dispose method

  1. @mustCallSuper
void dispose ()
@mustCallSuper

Called when the scroll view stops performing this activity.

Implementation

@mustCallSuper
void dispose() {
  _delegate = null;
}