Positioned

Primary nodes

Condition
Value

Released in version:

1.0.11

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.

Positioned default node

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