Custom

data class Custom(val width: Int?, val expandWeight: Float?, val priority: Int) : ColumnWidth

A column width with custom behavior.

Constructors

Link copied to clipboard
constructor(width: Int?, expandWeight: Float?, priority: Int)

Properties

Link copied to clipboard

The weight of the column when expanding, or null if the column should not expand.

Link copied to clipboard

The priority of the column when allocating available width.

Link copied to clipboard
val width: Int?

The fixed width of the column, or null if the width should be computed automatically

Functions

Link copied to clipboard
open override fun toString(): String