maybeStopSnapAnimation method
If a header snap animation is underway then stop it.
Implementation
void maybeStopSnapAnimation(ScrollDirection direction) {
_controller?.stop();
}
If a header snap animation is underway then stop it.
void maybeStopSnapAnimation(ScrollDirection direction) {
_controller?.stop();
}