hide method

void hide()

Implementation

void hide() {
  isHidden.value = true;
  refresh();
}