scrollProgress property

double scrollProgress

The percentage of scrolling the user has done to scroll the animated box off the viewport.

Implementation

double get scrollProgress => min(scrollOffset, scrollExtent) / scrollExtent;