isAtBottom property
bool
get
isAtBottom
Implementation
bool get isAtBottom => hasClients && offset >= position.maxScrollExtent;
bool get isAtBottom => hasClients && offset >= position.maxScrollExtent;