Span

data class Span(width: Int, height: Int)

The size of a UI element within the grid in grid cells.

Constructors

Span
Link copied to clipboard
fun Span(width: Int, height: Int)

Properties

height
Link copied to clipboard
val height: Int
The height of the UI element.
width
Link copied to clipboard
val width: Int
The width of the UI element.