Defines the cross-axis alignment for a single flex item, overriding FlexAlignItems.

Summary

Public companion properties

FlexAlignSelf

Inherits the alignment from the container's FlexAlignItems.

Cmn
FlexAlignSelf

The item is aligned based on its first baseline.

Cmn
FlexAlignSelf

The item is centered along the cross axis.

Cmn
FlexAlignSelf

The item is aligned to the end of the cross axis.

Cmn
FlexAlignSelf

The item is aligned to the start of the cross axis.

Cmn
FlexAlignSelf

The item is stretched to fill the line's cross axis size.

Cmn

Public functions

open String
Cmn

Public companion properties

Auto

val AutoFlexAlignSelf

Inherits the alignment from the container's FlexAlignItems.

Baseline

val BaselineFlexAlignSelf

The item is aligned based on its first baseline.

Center

val CenterFlexAlignSelf

The item is centered along the cross axis.

End

val EndFlexAlignSelf

The item is aligned to the end of the cross axis.

Start

val StartFlexAlignSelf

The item is aligned to the start of the cross axis.

Stretch

val StretchFlexAlignSelf

The item is stretched to fill the line's cross axis size.

Public functions

toString

open fun toString(): String