pastBottom property
bool
get
pastBottom
Whether the viewport is scrolled past the bottom.
Implementation
bool get pastBottom => yOffset > _maxYOffset;
Whether the viewport is scrolled past the bottom.
bool get pastBottom => yOffset > _maxYOffset;