Stack
Primary nodes
Condition
Value
Released in version:
1.0.8
Flutter/Dart link:

Inputs
Input
Type
Description
Released in version:
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
Outputs
Last updated