OptimizationConfig constructor

const OptimizationConfig({
  1. bool useRepaintBoundary = false,
  2. bool keepAlive = false,
  3. double? itemExtent,
  4. double cacheExtent = 250.0,
})

Implementation

const OptimizationConfig({
  this.useRepaintBoundary = false,
  this.keepAlive = false,
  this.itemExtent,
  this.cacheExtent = 250.0,
});