Primary nodes
Released in version:
1.0.0
Flutter/Dart link:
https://api.flutter.dev/flutter/widgets/Container-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
alignment
Alignment
Align the child with the container
1.0.10
border
Border
Border for the container
borderRadius
BorderRadius
Border Radius for the corners of the Container
clipBehavior
Clip
The clip behavior. Defaults to none
color
Color
Background Color for the container
height
Double
Height of the container. Defaults to empty which heights itself to the child
margin
EdgeInsets
Empty space to surround the container
padding
Empty space to inscribe inside the Container
shape
BoxShape
The shape of the container. Defaults to rectangle
width
Height of the container. Defaults to empty which widths itself to the child
child
Child Widget
Last updated 3 years ago