Row

class Row<Item>(val item: Item, val cells: List<Cell<*>>)

Constructors

Link copied to clipboard
constructor(item: Item, cells: List<Cell<*>>)

Properties

Link copied to clipboard
val cells: List<Cell<*>>
Link copied to clipboard
val item: Item