GridSpan

data class GridSpan(val spannedRows: Int, val spannedColumns: Int)

Represents a span of rows and columns in a grid.

Constructors

Link copied to clipboard
constructor(spannedRows: Int, spannedColumns: Int)

Properties

Link copied to clipboard

The number of columns in the span.

Link copied to clipboard

The number of rows in the span.