listView constant

ListViewMode const listView

The body will be rendered as a ListView widget.

It's good for medium / large document in a dedicated page layout (e.g. the HTML document is the only thing on the screen).

Construct your own render mode instance with ListViewMode to configure the list view further (e.g. using a ScrollController).

Implementation

static const listView = ListViewMode();