detach method

void detach()

Stops observing the current scroll view. The bar keeps its current state.

Implementation

void detach() => attach(null);