SuperSliverList constructor
const
SuperSliverList({
- Key? key,
- required SliverChildDelegate delegate,
- ExtentPrecalculationPolicy? extentPrecalculationPolicy,
- ListController? listController,
- ExtentEstimationProvider? extentEstimation,
- bool delayPopulatingCacheArea = true,
- bool layoutKeptAliveChildren = false,
Implementation
const SuperSliverList({
super.key,
required super.delegate,
this.extentPrecalculationPolicy,
this.listController,
this.extentEstimation,
this.delayPopulatingCacheArea = true,
this.layoutKeptAliveChildren = false,
});