setVisibility method

void setVisibility(
  1. bool show
)

Implementation

void setVisibility(bool show) {
  visibility.value = show;
}