TextInput

data class TextInput(val text: String, val start: Int = 0, val end: Int = 0, val spans: Set<SpanInfo> = emptySet())

Constructors

Link copied to clipboard
constructor(text: String, start: Int = 0, end: Int = 0, spans: Set<SpanInfo> = emptySet())

Properties

Link copied to clipboard
val end: Int = 0
Link copied to clipboard
Link copied to clipboard
val start: Int = 0
Link copied to clipboard