Justify

enumeration

Switch to Manual

Description

Defines the alignment along the main axis, how is extra space distributed.

Variables

FlexStartItems are packed toward the start line. Default Value.
CenterItems are centered along the line.
FlexEndItems are packed toward the end line.
SpaceBetweenItems are evenly distributed in the line; first item is on the start line, last item on the end line.
SpaceAroundItems are evenly distributed in the line with equal space around them.