setLoadingCompleted method
void
setLoadingCompleted()
set the controller status to loadingCompleted. Use this method when the widget is done loading more data. But there is still more data to load.
Implementation
void setLoadingCompleted() {
_status = const GammaControllerStatus.loadingCompleted();
notifyListeners();
}