show method

void show()

Implementation

void show() {
  isShow = true;
  notifyListeners();
}