Version: 2020.3
言語: 日本語

Justify

enumeration

マニュアルに切り替える

説明

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

変数

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.