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 from top to bottom if the main axis is horizontal, or from start to end if the main axis is vertical.

Cmn
FlexWrap

Items wrap onto multiple lines from bottom to top if the main axis is horizontal, or from end to start if the main axis is vertical.

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 from top to bottom if the main axis is horizontal, or from start to end if the main axis is vertical.

WrapReverse

val WrapReverseFlexWrap

Items wrap onto multiple lines from bottom to top if the main axis is horizontal, or from end to start if the main axis is vertical.

Public functions

toString

open fun toString(): String