setVisible method

void setVisible(
  1. bool visible
)

Implementation

void setVisible(bool visible) {
  controller.setOpen(visible);
}