Hides this view from display.
.hidden(): Component;
Text("This text is hidden") .hidden()
Rectangle() .fill(Color("red")) .hidden()
Text("Sometimes visible") .hidden(shouldHide)