Custom

class Custom(val content: UiScope.() -> Unit) : TabSelectionIndicator(source)

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

Constructors

Link copied to clipboard
constructor(content: UiScope.() -> Unit)

Properties

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

callback that must emit exactly one indicator root.