CellPosition

data class CellPosition(xOffset: Int, width: Int)

Properties

width
Link copied to clipboard
val width: Int
xOffset
Link copied to clipboard
val xOffset: Int