setIdle method
void
setIdle()
set the controller status to idle. Use this method when the widget is first rendered. And also it can be used after the first load of data is completed.
Implementation
void setIdle() {
_status = const GammaControllerStatus.idle();
notifyListeners();
}