Builder

data class Builder(var spans: MutableList<FormattedText.Span> = mutableListOf())

Constructors

Link copied to clipboard
constructor(spans: MutableList<FormattedText.Span> = mutableListOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun emphasis(builder: FormattedText.Builder.() -> Unit)
Link copied to clipboard
fun link(url: String, builder: FormattedText.Builder.() -> Unit)
Link copied to clipboard
fun space()
Link copied to clipboard
fun strong(builder: FormattedText.Builder.() -> Unit)
Link copied to clipboard
fun text(text: String)