FlowCrossAxisAlignment
enum classFlowCrossAxisAlignment
kotlin.Any | ||
↳ | kotlin.Enum<androidx.compose.foundation.layout.FlowCrossAxisAlignment> | |
↳ | androidx.compose.foundation.layout.FlowCrossAxisAlignment |
Used to specify the alignment of a layout's children, in cross axis direction.
Summary
Enum values | |
---|---|
Place children such that their center is in the middle of the cross axis. |
|
Place children such that their end edge is aligned to the end edge of the cross axis. |
|
Place children such that their start edge is aligned to the start edge of the cross axis. |
Inherited extension functions | ||
---|---|---|
From androidx.core.util
|
Enum values
Center
enum val Center : FlowCrossAxisAlignment
Place children such that their center is in the middle of the cross axis.
End
enum val End : FlowCrossAxisAlignment
Place children such that their end edge is aligned to the end edge of the cross axis.
Start
enum val Start : FlowCrossAxisAlignment
Place children such that their start edge is aligned to the start edge of the cross axis.