LineGap

data class LineGap(val from: Int, val to: Int, val size: Float)

A gap in the rendered document used for virtual scrolling when the document has many lines that are currently off-screen.

Constructors

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

Properties

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