Package 

Enum FlowCrossAxisAlignment

  • 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
      End

      Place children such that their end edge is aligned to the end edge of the cross axis.

      Start

      Place children such that their start edge is aligned to the start edge of the cross axis.

      Center

      Place children such that their center is in the middle of the cross axis.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait