isActive property
bool
get
isActive
Checks if there are any active dialogs in the stack.
Implementation
bool get isActive => _dialogsStack.isNotEmpty;
Checks if there are any active dialogs in the stack.
bool get isActive => _dialogsStack.isNotEmpty;