isOpen property

bool get isOpen

Whether any dialog is currently open.

Implementation

bool get isOpen => _stack.isNotEmpty;