Visibility
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.13
Flutter/Dart link:
Inputs
connector (required)
Widget
Connector for the parent Widget
1.0.13
maintainAnimation
Bool
Whether to maintain animations within the child subtree when it is not visible
1.0.13
maintainInteractivity
Bool
Whether to allow the widget to be interactive when hidden.
1.0.13
maintainSemantics
Bool
Whether to maintain the semantics for the widget when it is hidden (e.g. for accessibility).
1.0.13
maintainSize
Bool
Whether to maintain space for where the widget would have been
1.0.13
maintainState
Bool
Whether to maintain the State objects of the child subtree when it is not visible
1.0.13
visible
Bool
Switches between showing the child or hiding it.
1.0.13
Outputs
child (required)
Widget
Child Widget
1.0.13
replacement
Widget
The widget to use when the child is not visible, assuming that none of the maintain flags (in particular, maintainState) are set
1.0.13