visible method

void visible(
  1. bool value
)

Sets a literal visibility flag on the widget.

Implementation

void visible(bool value) {
  _visible = value;
}