cell

abstract fun cell(content: Any?, init: CellBuilder.() -> Unit = {})

Add a cell to this row.

The content can be a Widget to render, or any other type of object which will be converted to a string.