| Cases |
Start = 'Start'
Items are packed toward the start of the main axis (default).
Items are packed toward the start of the main axis (default).
|
#
|
End = 'End'
Items are packed toward the end of the main axis.
Items are packed toward the end of the main axis.
|
#
|
Center = 'Center'
Items are centered along the main axis.
Items are centered along the main axis.
|
#
|
SpaceBetween = 'SpaceBetween'
Items are evenly distributed; first item at the start, last at the end.
Items are evenly distributed; first item at the start, last at the end.
|
#
|
SpaceAround = 'SpaceAround'
Items are evenly distributed with equal space around each.
Items are evenly distributed with equal space around each.
|
#
|
Inherit = 'Inherit'
Inherits the value from its parent.
Inherits the value from its parent.
|
#
|