isActive property

bool get isActive

Checks if there are any active dialogs in the stack.

Implementation

bool get isActive => _dialogsStack.isNotEmpty;