pastBottom property

bool get pastBottom

Whether the viewport is scrolled past the bottom.

Implementation

bool get pastBottom => yOffset > _maxYOffset;