extentAfter property

double extentAfter

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

Implementation

double get extentAfter => math.max(maxScrollExtent - pixels, 0.0);