sliverList constant

SliverListMode const sliverList

The body will be rendered as a SliverList sliver.

It's good for large / huge document and can be put in the same scrolling context with other contents. A CustomScrollView or similar is required for this to work.

Implementation

static const sliverList = SliverListMode();