isShowing method

bool isShowing()

Implementation

bool isShowing() {
  return _context != null && _context!.mounted;
}