Class | Description |
---|---|
Canvas |
Lays out any number of children freely.
|
Dock |
Lays out any number of children by docking each child one by one on a side.
|
FixedGrid |
Lays out any number of children in a grid.
|
Flex |
Lays out child elements in a flexible manner by arranging them along a main axis and a cross axis.
|
Flow |
Lays out any number of children horizontally or vertically, using multiple rows if necessary.
|
Grid |
Lays out any number of children in a grid.
|
LayoutOrientation |
Represents the orientation of a layout: either horizontal or vertical.
|
List |
Lays out any number of children horizontally or vertically.
|
OverlapContainer |
Lays out any number of children by stacking them.
|
SimpleDock |
Lays out three children vertically or horizontally.
|
Enum | Description |
---|---|
Flex.Align |
Enum representing the possible values for aligning the row's start position on the cross axis.
|
Flex.Direction |
Enum representing the possible directions for computing a flex layout.
|
Flex.Justify |
Enum representing the possible values for justifying the widget's start position on the cross axis.
|