hide method

void hide()

Implementation

void hide() {
  if (visible) setVisibility(false);
}