TabSelectionIndicator

sealed interface TabSelectionIndicator(source)

Visual indicator rendered by a selected Tab.

Standard indicators encode reusable state presentation rather than one screen's domain state.

Inheritors

Types

Link copied to clipboard
class Custom(val content: UiScope.() -> Unit) : TabSelectionIndicator

Emits one caller-defined indicator root below the label when the tab is selected.

Link copied to clipboard

Paints the active profile's ordinary one-pixel underline below the label.