detachScrollMethods method
void
detachScrollMethods()
Detaches the scroll methods when the widget is disposed.
Implementation
void detachScrollMethods() {
_scrollToItem = null;
_scrollToIndex = null;
}
Detaches the scroll methods when the widget is disposed.
void detachScrollMethods() {
_scrollToItem = null;
_scrollToIndex = null;
}