Defines whether flex items wrap onto multiple lines.

See also
wrap

Summary

Public companion properties

FlexWrap

Items are laid out in a single line, which may overflow the container.

Cmn
FlexWrap

Items wrap onto multiple lines toward the cross axis end.

Cmn
FlexWrap

Items wrap onto multiple lines toward the cross axis start.

Cmn

Public functions

open String
Cmn

Public companion properties

NoWrap

val NoWrapFlexWrap

Items are laid out in a single line, which may overflow the container. Items will shrink (if shrink > 0) to fit, but won't wrap.

Wrap

val WrapFlexWrap

Items wrap onto multiple lines toward the cross axis end.

For FlexDirection.Row and FlexDirection.RowReverse: lines wrap top to bottom. For FlexDirection.Column and FlexDirection.ColumnReverse: lines wrap start to end.

WrapReverse

val WrapReverseFlexWrap

Items wrap onto multiple lines toward the cross axis start.

For FlexDirection.Row and FlexDirection.RowReverse: lines wrap bottom to top. For FlexDirection.Column and FlexDirection.ColumnReverse: lines wrap end to start.

Public functions

toString

open fun toString(): String