GridLayout

data class GridLayout(val columns: Int, val rows: Int)

Represents grid layout information.

Constructors

Link copied to clipboard
constructor(columns: Int, rows: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val rows: Int