atBottom property

bool get atBottom

Whether the viewport is at the bottom.

Implementation

bool get atBottom => yOffset >= _maxYOffset;