dispose method
Called when the scroll view stops performing this activity.
Implementation
@mustCallSuper
void dispose() {
assert(debugMaybeDispatchDisposed(this));
_isDisposed = true;
}
Called when the scroll view stops performing this activity.
@mustCallSuper
void dispose() {
assert(debugMaybeDispatchDisposed(this));
_isDisposed = true;
}