show method

void show()

Implementation

void show() {
  if (!visible) setVisibility(true);
}