DyListViewConfig constructor
const
DyListViewConfig({
- bool shrinkWrap = false,
- bool reverse = false,
- bool? primary,
- ScrollPhysics? physics,
- EdgeInsetsGeometry? padding,
- double? itemExtent,
- double? itemExtentBuilder()?,
- int? findChildIndexCallback()?,
- bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- bool addSemanticIndexes = true,
- double? cacheExtent,
- 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,
});