sliverList property

bool sliverList
final

Whether or not to return a widget or a sliver-compatible list. Set to true if using as a sliver. If true, a scrollController must be provided. Set to false if using in a widget only.

Implementation

final bool sliverList;