Stack
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.8
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.8
alignment
Alignment
How the children should be placed aligned.
Defaults to topLeft
1.0.8
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.8
clipBehavior
Clip
The content will be clipped (or not) according to this option. Defaults to hardEdge
1.0.10
fit
StackFit
How to size the non-positioned children in the stack. Defaults to loose
1.0.10
No outputs for this widget