hidden property

bool hidden

Implementation

bool get hidden {
  offstage = true;

  return true;
}
void hidden=(bool hidden)

Implementation

set hidden(bool hidden) => offstage = hidden;