SuperSliverList constructor

const SuperSliverList({
  1. Key? key,
  2. required SliverChildDelegate delegate,
  3. ExtentPrecalculationPolicy? extentPrecalculationPolicy,
  4. ListController? listController,
  5. ExtentEstimationProvider? extentEstimation,
  6. bool delayPopulatingCacheArea = true,
  7. bool layoutKeptAliveChildren = false,
})

Implementation

const SuperSliverList({
  super.key,
  required super.delegate,
  this.extentPrecalculationPolicy,
  this.listController,
  this.extentEstimation,
  this.delayPopulatingCacheArea = true,
  this.layoutKeptAliveChildren = false,
});