flowlayout
/
com.google.accompanist.flowlayout
/
FlowCrossAxisAlignment
Flow
Cross
Axis
Alignment
enum
FlowCrossAxisAlignment
:
Enum
<
FlowCrossAxisAlignment
>
Content copied to clipboard
Used to specify the alignment of a layout's children, in cross axis direction.
Entries
Properties
Entries
End
Link copied to clipboard
End
()
Content copied to clipboard
Place children such that their end edge is aligned to the end edge of the cross axis.
Start
Link copied to clipboard
Start
()
Content 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
Center
()
Content 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
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard