inline class Line
Identifies the row in a vertical grid or the column in an horizontal grid. A single cell can be larger than a single column for a vertical grid or than a single row for an horizontal grid (Cell.spanSize).
cells - the items places in this line.
Line(cells: List<Cell>)
Identifies the row in a vertical grid or the column in an horizontal grid. A single cell can be larger than a single column for a vertical grid or than a single row for an horizontal grid (Cell.spanSize). |
val cells: List<Cell>
the items places in this line. |
|
val cellsCount: Int |