WidthRange

data class WidthRange(val min: Int, val max: Int)

Constructors

Link copied to clipboard
constructor(min: Int, max: Int)

Properties

Link copied to clipboard
val max: Int

The width that a widget would use if given all available space

Link copied to clipboard
val min: Int

The minimum width that a widget needs to render without truncation

Functions

Link copied to clipboard
operator fun div(divisor: Int): WidthRange
Link copied to clipboard
operator fun plus(other: WidthRange): WidthRange
operator fun plus(extra: Int): WidthRange