Selection

class Selection(val start: Int, val end: Int) : DialogInput.SelectionState

if the input field is initially focused, the defined range of the text will be selected

Constructors

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

Properties

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