extentBefore property

double extentBefore

The quantity of content conceptually "above" the currently visible content of the viewport in the scrollable. This is the content above the content described by extentInside.

Implementation

double get extentBefore => math.max(pixels - minScrollExtent, 0.0);