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