Primary nodes
Released in version:
1.0.8
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Stack-class.htmlarrow-up-right
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
alignment
Alignment
How the children should be placed aligned.
Defaults to topLeft
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)
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
No outputs for this widget
Last updated 3 years ago