visibleWidget property
Determines the initial visibility of the widget.
When visibleWidget
is set to false
, the widget is initially hidden.
Implementation
late bool visibleWidget;
Determines the initial visibility of the widget.
When visibleWidget
is set to false
, the widget is initially hidden.
late bool visibleWidget;