Const
Align the child to the center of the container, having the extra space split equally to both the start and the end. Equivalent to using a ratio of 0.5.
Align the child to the end of the container, having the extra space at the start. Equivalent to using a ratio of 1.
Align the child to the start of the container, having the extra space at the end. Equivalent to using a ratio of 0.
Give the extra space to the child, potentially stretching it.
Generated using TypeDoc
Alignment of container contents. Used for when Container has too much space.