Defines how multiple lines are distributed along the cross axis. This only applies when wrapping is enabled (FlexWrap.Wrap or FlexWrap.WrapReverse), the container has extra cross-axis space, and there is more than one line of items.

See also
alignContent

Summary

Public companion properties

FlexAlignContent

Place lines such that they are as close as possible to the middle of the container's cross axis.

Cmn
FlexAlignContent

Place lines such that they are as close as possible to the cross-end edge of the container.

Cmn
FlexAlignContent

Place lines such that they are spaced evenly across the cross axis, including free space before the first line and after the last line, but half the amount of space existing otherwise between two consecutive lines.

Cmn
FlexAlignContent

Place lines such that they are spaced evenly across the cross axis, without free space before the first line or after the last line.

Cmn
FlexAlignContent

Place lines such that they are as close as possible to the cross-start edge of the container.

Cmn
FlexAlignContent

Distribute remaining free space evenly among all lines, increasing their cross-axis size to fill the available space.

Cmn

Public functions

open String
Cmn

Public companion properties

Center

val Center: FlexAlignContent

Place lines such that they are as close as possible to the middle of the container's cross axis.

End

val End: FlexAlignContent

Place lines such that they are as close as possible to the cross-end edge of the container.

SpaceAround

val SpaceAround: FlexAlignContent

Place lines such that they are spaced evenly across the cross axis, including free space before the first line and after the last line, but half the amount of space existing otherwise between two consecutive lines.

SpaceBetween

val SpaceBetween: FlexAlignContent

Place lines such that they are spaced evenly across the cross axis, without free space before the first line or after the last line.

Start

val Start: FlexAlignContent

Place lines such that they are as close as possible to the cross-start edge of the container.

Stretch

val Stretch: FlexAlignContent

Distribute remaining free space evenly among all lines, increasing their cross-axis size to fill the available space.

Public functions

toString

open fun toString(): String