hide method

dynamic hide()

Implementation

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