Cols

class Cols

A column specification for a grid.

Constructors

Link copied to clipboard
constructor(vararg widths: Int)

A convenience constructor for creating a Cols instance where all columns are fixed widths.

Types

Link copied to clipboard

Scope used as the receiver for the block when creating a grid column specification using the builder pattern.

Link copied to clipboard
object Companion