KalugaLabel

sealed class KalugaLabel

A label a KalugaTextStyle applied

Inheritors

Types

Link copied to clipboard
data class Plain(val text: String, val style: KalugaTextStyle) : KalugaLabel

A KalugaLabel that displays a regular text

Link copied to clipboard
data class Styled(val text: StyledString, val style: KalugaTextStyle = text.defaultTextStyle) : KalugaLabel

A KalugaLabel that displays a StyledString

Properties

Link copied to clipboard
abstract val style: KalugaTextStyle

The KalugaTextStyle of the label