Styled
data class Styled(val text: StyledString, val style: KalugaTextStyle = text.defaultTextStyle) : KalugaLabel
A KalugaLabel that displays a StyledString
Parameters
style
the KalugaTextStyle of the label
A KalugaLabel that displays a StyledString
the KalugaTextStyle of the label