grid

fun grid(init: GridBuilder.() -> Unit): Widget

Build a grid widget that can be used to lay out text and other widgets.

This builder functions like a table builder, but has no sections and no borders.

By default, there is one space between cells in a row. You can increase this by adding padding, or remove it by setting cellBorders to NONE.