Flex
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.11
Flutter/Dart link:
connector (required)
Widget
Connector for the parent Widget
1.0.11
children (required)
Array of Widget
The widgets below this widget in the tree (Basically the widgets you want the column to have)
1.0.11
clipBehavior
Clip
Controls how to clip. Defaults to none
1.0.11
direction (required)
Axis
The direction to use as the main axis. Defaults to vertical
1.0.11
crossAxisAlignment
CrossAxisAlignment
How the children should be placed along the cross axis.
Defaults to Center
1.0.11
mainAxisAlignment
MainAxisAlignment
How the children should be placed along the main axis.
Defaults to Start
1.0.11
mainAxisSize
MainAxisSize
How much space should be occupied in the main axis. Defaults to max
1.0.11
verticalDirection
VerticalDirection
Determines the order to lay children out vertically and how to interpret start and end in the vertical direction
1.0.11