hidden property

bool get hidden

Implementation

bool get hidden {
  offstage = true;

  return true;
}
set hidden (bool hidden)

Implementation

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