setVisibility method

void setVisibility(
  1. bool value
)

Implementation

void setVisibility(bool value) {
  visible = value;
  _notify;
}