Expand

class Expand(val weight: Float = 1.0f) : ColumnWidth

The column will expand to fill the available terminal width.

If there are multiple expanding columns, the available width will be divided among them proportional to their weights.

Constructors

Link copied to clipboard
constructor(weight: Number)
constructor(weight: Float = 1.0f)

Properties

Link copied to clipboard
val weight: Float = 1.0f