ComponentBuilder¶
class ComponentBuilder
Functions¶
build¶
fun build(): Component
style¶
fun style(style: Style)
fun style(block: StyleBuilder.() -> Unit)
text¶
fun text(text: String, block: ComponentBuilder.() -> Unit = {})
translate¶
fun translate(
key: String,
vararg args: Any,
block: ComponentBuilder.() -> Unit = {}
)