Primary nodes
Released in version:
1.0.11
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Positioned-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
bottom
Double
The distance that the child's bottom edge is inset from the bottom of the stack
height
The child's height
left
The distance that the child's left edge is inset from the left of the stack
right
The distance that the child's right edge is inset from the right of the stack
top
The distance that the child's top edge is inset from the top of the stack
width
The child's width
child (required)
Child Widget
Last updated 3 years ago