LiteralTextBuilder
Properties
Functions
Link copied to clipboard
inline fun text(text: String = "", inheritStyle: Boolean = true, crossinline builder: LiteralTextBuilder.() -> Unit = { })
Append text to the parent.
inline fun text(text: Component, inheritStyle: Boolean = true, crossinline builder: LiteralTextBuilder.() -> Unit = { })
Appends a MutableComponent to the parent.