Start native apps faster with the Composables CLI ->
Class

TabPosition

Data class that contains information about a tab's position on screen, used for calculating where to place the indicator that shows which tab is selected.

Source set: Common
public class TabPosition internal constructor(public val left: Dp, public val width: Dp)

Data class that contains information about a tab's position on screen, used for calculating where to place the indicator that shows which tab is selected.

Properties

Source set: Common
public val right: Dp

Functions

equals

Source set: Common
override fun equals(other: Any?): Boolean

hashCode

Source set: Common
override fun hashCode(): Int

toString

Source set: Common
override fun toString(): String