column constant

ColumnMode const column

The body will be rendered as a Column widget.

This is the default render mode. It's good enough for small / medium document and can be used easily.

Implementation

static const column = ColumnMode();