UiSize

data class UiSize(val width: UInt, val height: UInt)

Constructors

Link copied to clipboard
constructor(width: UInt, height: UInt)

Properties

Link copied to clipboard
Link copied to clipboard
val width: UInt