Defines how multiple lines are distributed along the cross axis. Only applies when there is more than one line.

See also
alignContent

Summary

Public companion properties

FlexAlignContent

Lines are centered along the cross axis.

Cmn
FlexAlignContent

Lines are aligned toward the end of the container.

Cmn
FlexAlignContent

Lines are evenly distributed with equal space around each line.

Cmn
FlexAlignContent

Lines are evenly distributed; first line at start, last at end.

Cmn
FlexAlignContent

Lines are aligned toward the start of the cross axis.

Cmn
FlexAlignContent

Lines are stretched to fill the available cross-axis space.

Cmn

Public functions

open String
Cmn

Public companion properties

Center

val CenterFlexAlignContent

Lines are centered along the cross axis.

End

val EndFlexAlignContent

Lines are aligned toward the end of the container.

SpaceAround

val SpaceAroundFlexAlignContent

Lines are evenly distributed with equal space around each line. Space at edges is half the space between lines.

SpaceBetween

val SpaceBetweenFlexAlignContent

Lines are evenly distributed; first line at start, last at end. Equal space between lines, no space at container edges.

Start

val StartFlexAlignContent

Lines are aligned toward the start of the cross axis.

Stretch

val StretchFlexAlignContent

Lines are stretched to fill the available cross-axis space.

Public functions

toString

open fun toString(): String