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

Added in 1.5.0-alpha17

class TabPosition internal constructor(val left: Dp, val width: Dp, 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

Added in 1.5.0-alpha17

val right: Dp