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, public val contentWidth: 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