show method

void show()

Implementation

void show() {
  isHidden.value = false;
  refresh();
}