isBusy property

bool isBusy

ChangeNotifier is busy from fetching data or running an action

Implementation

bool get isBusy =>
    (_state == WidgetState.loading || _state == WidgetState.performingAction);