Plain

data class Plain(val text: String, val style: KalugaTextStyle) : KalugaLabel

A KalugaLabel that displays a regular text

Parameters

style

the KalugaTextStyle of the label

Constructors

Link copied to clipboard
constructor(text: String, style: KalugaTextStyle)

Properties

Link copied to clipboard
open override val style: KalugaTextStyle
Link copied to clipboard

the text to display on the label