Dimensions

data class Dimensions<T : Units?>(var width: T, var height: T)(source)

Constructors

Link copied to clipboard
constructor(all: T)
constructor(width: T, height: T)

Properties

Link copied to clipboard
var height: T
Link copied to clipboard
var width: T

Functions

Link copied to clipboard
fun forOrientation(orientation: Orientation): T