TextInput

data class TextInput(val text: String, val start: Int, val end: Int)

Constructors

Link copied to clipboard
constructor(text: String, start: Int, end: Int)

Properties

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