atBottom property
bool
get
atBottom
Whether the viewport is at the bottom.
Implementation
bool get atBottom => yOffset >= _maxYOffset;
Whether the viewport is at the bottom.
bool get atBottom => yOffset >= _maxYOffset;