canScrollEnd method
Checks if scrolling to end is possible.
Implementation
bool canScrollEnd() {
return scrollController.hasClients && scrollController.offset < scrollController.position.maxScrollExtent;
}
Checks if scrolling to end is possible.
bool canScrollEnd() {
return scrollController.hasClients && scrollController.offset < scrollController.position.maxScrollExtent;
}