Container

Primary nodes

ConditionValue

Released in version:

1.0.0

Flutter/Dart link:

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.

Inputs

InputTypeDescriptionReleased in version:

connector (required)

Widget

Connector for the parent Widget

1.0.0

alignment

Alignment

Align the child with the container

1.0.10

border

Border

Border for the container

1.0.0

borderRadius

BorderRadius

Border Radius for the corners of the Container

1.0.0

clipBehavior

Clip

The clip behavior. Defaults to none

1.0.10

color

Color

Background Color for the container

1.0.0

height

Double

Height of the container. Defaults to empty which heights itself to the child

1.0.0

margin

EdgeInsets

Empty space to surround the container

1.0.0

padding

EdgeInsets

Empty space to inscribe inside the Container

1.0.0

shape

BoxShape

The shape of the container. Defaults to rectangle

1.0.10

width

Double

Height of the container. Defaults to empty which widths itself to the child

1.0.0

Outputs

OutputTypeDescriptionReleased in version:

child

Widget

Child Widget

1.0.0

Last updated