Text

data class Text(val text: String) : AnnotatedString.Node(source)

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun text(): String