detach method
void
detach()
Stops observing the current scroll view. The bar keeps its current state.
Implementation
void detach() => attach(null);
Stops observing the current scroll view. The bar keeps its current state.
void detach() => attach(null);