Package 

Enum SizeMode

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Deprecated(message = 
    accompanist/SizeMode is deprecated.
    For more migration information, please visit https://google.github.io/accompanist/flowlayout/
    ) 
    public enum SizeMode
    extends Enum<SizeMode>
                        

    Used to specify how a layout chooses its own size when multiple behaviors are possible.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Expand

      Maximize the amount of free space by expanding to fill the available space, subject to the incoming layout constraints.

      Wrap

      Minimize the amount of free space by wrapping the children, subject to the incoming layout constraints.

    • 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