TabState

@Immutable
value class TabState(val state: ULong) : SelectableComponentState

Constructors

Link copied to clipboard
constructor(state: ULong)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Stable
open override val isActive: Boolean
Link copied to clipboard
@Stable
open override val isEnabled: Boolean
Link copied to clipboard
@Stable
open override val isHovered: Boolean
Link copied to clipboard
@Stable
open override val isPressed: Boolean
Link copied to clipboard
@Stable
open override val isSelected: Boolean
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(selected: Boolean = isSelected, enabled: Boolean = isEnabled, pressed: Boolean = isPressed, hovered: Boolean = isHovered, active: Boolean = isActive): TabState
Link copied to clipboard
open override fun toString(): String