isAtBottom property
bool
get
isAtBottom
Checks if the current scroll position is at the bottom of the scroll view.
Implementation
bool get isAtBottom {
return position.pixels >= position.maxScrollExtent;
}