FlowCrossAxisAlignment

enum FlowCrossAxisAlignment : Enum<FlowCrossAxisAlignment>

Used to specify the alignment of a layout's children, in cross axis direction.

Entries

End
Link copied to clipboard
End()
Place children such that their end edge is aligned to the end edge of the cross axis.
Start
Link copied to clipboard
Place children such that their start edge is aligned to the start edge of the cross axis.
Center
Link copied to clipboard
Place children such that their center is in the middle of the cross axis.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int