Row

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

children (required)

Array of Widget

The widgets below this widget in the tree (Basically the widgets you want the row to have)

1.0.0

crossAxisAlignment

CrossAxisAlignment

How the children should be placed along the cross axis.

Defaults to Center

1.0.0

mainAxisAlignment

MainAxisAlignment

How the children should be placed along the main axis.

Defaults to Start

1.0.0

mainAxisSize

MainAxisSize

How much space should be occupied in the main axis. Defaults to max

1.0.10

verticalDirection

VerticalDirection

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

1.0.10

Outputs

No outputs for this widget

Last updated