Row
Primary nodes
Condition
Value
Released in version:
1.0.0
Flutter/Dart link:

Inputs
Input
Type
Description
Released 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
Last updated