DyListViewConfig constructor

const DyListViewConfig({
  1. bool shrinkWrap = false,
  2. bool reverse = false,
  3. bool? primary,
  4. ScrollPhysics? physics,
  5. EdgeInsetsGeometry? padding,
  6. double? itemExtent,
  7. double? itemExtentBuilder(
    1. int,
    2. SliverLayoutDimensions
    )?,
  8. int? findChildIndexCallback(
    1. Key
    )?,
  9. bool addAutomaticKeepAlives = true,
  10. bool addRepaintBoundaries = true,
  11. bool addSemanticIndexes = true,
  12. double? cacheExtent,
  13. Clip clipBehavior = Clip.hardEdge,
})

Implementation

const DyListViewConfig({
  this.shrinkWrap = false,
  this.reverse = false,
  this.primary,
  //
  this.physics,
  this.padding,
  this.itemExtent,
  this.itemExtentBuilder,
  this.findChildIndexCallback,
  this.addAutomaticKeepAlives = true,
  this.addRepaintBoundaries = true,
  this.addSemanticIndexes = true,
  this.cacheExtent,
  this.clipBehavior = Clip.hardEdge,
});