FormattedText

Constructors

Link copied to clipboard
constructor(builder: FormattedText.Builder.() -> Unit)
constructor(spans: List<FormattedText.Span>)

Types

Link copied to clipboard
data class Builder(var spans: MutableList<FormattedText.Span> = mutableListOf())
Link copied to clipboard
sealed interface Span

Properties

Link copied to clipboard

Functions

Link copied to clipboard