Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Documentation for Visibility
child
StacWidget
visible
true
replacement
false
SizedBox.shrink
bool
maintainState
maintainAnimation
maintainSize
maintainSemantics
maintainInteractivity
StacVisibility( child: StacText(data: 'I am visible!'), visible: true, )
{ "type": "visibility", "child": { "type": "text", "data": "I am visible!" }, "visible": true }
StacVisibility( child: StacText(data: 'I am hidden!'), replacement: StacContainer(color: '#FF5733', width: 50, height: 50), visible: false, )
{ "type": "visibility", "child": { "type": "text", "data": "I am hidden!" }, "replacement": { "type": "container", "color": "#FF5733", "width": 50, "height": 50 }, "visible": false }