hide static method
void
hide()
Implementation
static void hide() {
if (!_isShowing) return;
_overlayEntry?.remove();
_overlayEntry = null;
_isShowing = false;
}
static void hide() {
if (!_isShowing) return;
_overlayEntry?.remove();
_overlayEntry = null;
_isShowing = false;
}