Fixed

class Fixed(val width: Int) : ColumnWidth

The column will have a fixed width.

The width includes padding, so increasing horizontal padding of a fixed column will decrease content width rather than expand the column.

Constructors

Link copied to clipboard
constructor(width: Int)

Properties

Link copied to clipboard
val width: Int