TuiDimensions

data class TuiDimensions(val width: Int, val height: Int, val leftInnerWidth: Int, val rightInnerWidth: Int, val contentRows: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, leftInnerWidth: Int, rightInnerWidth: Int, contentRows: Int)

Properties

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