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
right
Source set: Common
public val right: Dp