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())