setLoadingMore method
Sets the loading more state of the widget. Notifies listeners after updating the state.
Implementation
void setLoadingMore(bool isLoadingMore) {
this.isLoadingMore = isLoadingMore;
notifyListeners();
}
Sets the loading more state of the widget. Notifies listeners after updating the state.
void setLoadingMore(bool isLoadingMore) {
this.isLoadingMore = isLoadingMore;
notifyListeners();
}