Package 

Enum VerticalSide

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

    @Deprecated(message = 
    accompanist/insets is deprecated.
    The androidx.compose equivalent of VerticalSide is using Modifier.windowInsetsTopHeight or
    Modifier.windowInsetsBottomHeight with the desired type of WindowInsets.
    For more migration information, please visit https://google.github.io/accompanist/insets/#migration
    ) 
    public enum VerticalSide
    extends Enum<VerticalSide>
                        

    Represents a vertical side of the display.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      Bottom
      Top
    • 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