isAlerting property

bool isAlerting

Implementation

bool get isAlerting => isAlertingNotifier.value;
void isAlerting=(bool value)

Implementation

set isAlerting(bool value) {
  isAlertingNotifier.value = value;
}