-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
@Deprecated(message = accompanist/FlowCrossAxisAlignment is deprecated. For more migration information, please visit https://google.github.io/accompanist/flowlayout/ ) public enum FlowCrossAxisAlignment extends Enum<FlowCrossAxisAlignment>
Used to specify the alignment of a layout's children, in cross axis direction.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EndPlace children such that their end edge is aligned to the end edge of the cross axis.
StartPlace children such that their start edge is aligned to the start edge of the cross axis.
CenterPlace children such that their center is in the middle of the cross axis.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-