isShown method

bool isShown()

Implementation

bool isShown() {
  return _overlayEntry != null;
}