Visibility

Primary nodes

ConditionValue

Released in version:

1.0.13

Flutter/Dart link:

For the most up-to-date information on this Widget, please click on the Flutter/Dart link in the box above.

Remember that this node is the same as the Flutter Widget.

Inputs

InputTypeDescriptionReleased in version:

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

OutputTypeDescriptionReleased in version:

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

Last updated