NewLineData

data class NewLineData(val prevPosition: Int?, val currentPosition: Int?)

Data class representing the new line data for new line display.

Constructors

Link copied to clipboard
fun NewLineData(prevPosition: Int?, currentPosition: Int?)

Properties

Link copied to clipboard

The position of the current new line in the list, or null if there is no current new line. since 3.24.0

Link copied to clipboard

The position of the previous new line in the list, or null if there is no previous new line.