TextModel

class TextModel(val text: String? = null, val annotatedString: AnnotatedString? = null, val contentDescription: String = text ?: annotatedString.toString())

Constructors

Link copied to clipboard
constructor(text: String? = null, annotatedString: AnnotatedString? = null, contentDescription: String = text ?: annotatedString.toString())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val text: String? = null