Defines how items are distributed along the main axis.

See also
justifyContent

Summary

Public companion properties

FlexJustifyContent

Items are centered along the main axis.

Cmn
FlexJustifyContent

Items are aligned toward the end of the main axis.

Cmn
FlexJustifyContent

Items are evenly distributed with equal space around each item.

Cmn
FlexJustifyContent

Items are evenly distributed; first item at start, last at end.

Cmn
FlexJustifyContent

Items are evenly distributed with equal space between and at edges.

Cmn
FlexJustifyContent

Items are aligned toward the start of the main axis.

Cmn

Public functions

open String
Cmn

Public companion properties

Center

val CenterFlexJustifyContent

Items are centered along the main axis.

End

val EndFlexJustifyContent

Items are aligned toward the end of the main axis.

SpaceAround

val SpaceAroundFlexJustifyContent

Items are evenly distributed with equal space around each item. Space at edges is half the space between items.

SpaceBetween

val SpaceBetweenFlexJustifyContent

Items are evenly distributed; first item at start, last at end. Equal space between items, no space at container edges.

SpaceEvenly

val SpaceEvenlyFlexJustifyContent

Items are evenly distributed with equal space between and at edges.

Start

val StartFlexJustifyContent

Items are aligned toward the start of the main axis.

Public functions

toString

open fun toString(): String