AnnotatedStringBuilder

expect constructor(text: String)(source)

Create an AnnotatedStringBuilder instance using the given String.


expect constructor(text: AnnotatedString)(source)

Create an AnnotatedStringBuilder instance using the given AnnotatedString.

constructor(mutableNodeList: MutableList<AnnotatedString.Node> = mutableListOf())(source)


actual constructor(text: String)(source)

Create an AnnotatedStringBuilder instance using the given String.


actual constructor(text: AnnotatedString)(source)

Create an AnnotatedStringBuilder instance using the given AnnotatedString.