Wrap

Primary nodes

ConditionValue

Released in version:

1.0.0

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.0

alignment

WrapAlignment

How the children within a run should be placed in the main axis. Defaults to start

1.0.10

children (required)

Array of Widget

The widgets below this widget in the tree (Basically the widgets you want the stack to have. First in the array is below in the stack)

1.0.0

clipBehavior

Clip

The content will be clipped (or not) according to this option. Defaults to none

1.0.10

crossAxisAlignment

WrapCrossAlignment

How the children within a run should be aligned relative to each other in the cross axis. Defaults to start

1.0.10

runAlignment

WrapAlignment

How the runs themselves should be placed in the cross axis. Defaults to start

1.0.10

runSpacing

Double

How much space to place between the runs themselves in the cross axis.

1.0.0

spacing

Double

How much space to place between children in a run in the main axis

1.0.0

verticalDirection

VerticalDirection

Determines the order to lay children out vertically and how to interpret start and end in the vertical direction. Defaults to down

1.0.10

Outputs

No outputs for this widget

Last updated