Column
Primary nodes
Last updated
Primary nodes
Last updated
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.
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 column 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
No outputs for this widget