detachScrollMethods method

void detachScrollMethods()

Detaches the scroll methods when the widget is disposed.

Implementation

void detachScrollMethods() {
  _scrollToItem = null;
  _scrollToIndex = null;
}