isShowing method

bool isShowing()

Implementation

bool isShowing() {
  if (handID != null) {
    return AtomicAlertDialog.exists(handID!);
  }
  return _route?.isActive ?? false;
}