isBusy property
bool
get
isBusy
ChangeNotifier is busy from fetching data or running an action
Implementation
bool get isBusy =>
(_state == WidgetState.loading || _state == WidgetState.performingAction);