visibleWidget property

bool visibleWidget
getter/setter pair

Determines the initial visibility of the widget.

When visibleWidget is set to false, the widget is initially hidden.

Implementation

late bool visibleWidget;