Positioned
Primary nodes
Condition
Value
Released in version:
1.0.11
Flutter/Dart link:

Inputs
Input
Type
Description
Released in version:
connector (required)
Widget
Connector for the parent Widget
1.0.11
bottom
Double
The distance that the child's bottom edge is inset from the bottom of the stack
1.0.11
height
Double
The child's height
1.0.11
left
Double
The distance that the child's left edge is inset from the left of the stack
1.0.11
right
Double
The distance that the child's right edge is inset from the right of the stack
1.0.11
top
Double
The distance that the child's top edge is inset from the top of the stack
1.0.11
width
Double
The child's width
1.0.11
Outputs
Output
Type
Description
Released in version:
child (required)
Widget
Child Widget
1.0.11
Last updated