hasOpenOverlay property
bool
get
hasOpenOverlay
Whether there's an open overlay that hasn't completed.
Implementation
bool get hasOpenOverlay => _completer != null && !_completer!.isCompleted;
Whether there's an open overlay that hasn't completed.
bool get hasOpenOverlay => _completer != null && !_completer!.isCompleted;