visible property

bool visible
finalinherited

Whether the field should be rendered.

When false, the field stays offstage so programmatic updates can still run without occupying layout space.

Implementation

final bool visible;