TextRange

data class TextRange(val from: Int, val to: Int)

A range with from/to positions.

Constructors

Link copied to clipboard
constructor(from: Int, to: Int)

Properties

Link copied to clipboard
val from: Int
Link copied to clipboard
val to: Int