hide method

void hide()

Implementation

void hide() {
  isShow = false;
  notifyListeners();
}