show method

void show()

Implementation

void show() {
  this.listOpen.sink.add(true);
  this.listShow.add(true);
  _isShow = true;
}