Version: 2020.1
언어: 한국어

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.