hidden property
bool
get
hidden
Implementation
bool get hidden {
offstage = true;
return true;
}
set
hidden
( )
Implementation
set hidden(bool hidden) => offstage = hidden;