hide method
void
hide()
Implementation
void hide() {
isShow = false;
entry?.remove();
entry = null;
notifyListeners();
}
void hide() {
isShow = false;
entry?.remove();
entry = null;
notifyListeners();
}