Container
Primary nodes
Last updated
Primary nodes
Last updated
Released in version:
1.0.0
Flutter/Dart link:
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
child
Widget
Child Widget
1.0.0