isScrollingDownwards function
Implementation
bool isScrollingDownwards(ScrollUpdateNotification scrollUpdateNotification) =>
scrollUpdateNotification.scrollDelta! > 0.0;
bool isScrollingDownwards(ScrollUpdateNotification scrollUpdateNotification) =>
scrollUpdateNotification.scrollDelta! > 0.0;