XListViewHCSP constructor

XListViewHCSP(
  1. {bool addAutomaticKeepAlives = true,
  2. bool addRepaintBoundaries = true,
  3. bool addSemanticIndexes = true,
  4. double cacheExtent,
  5. ScrollController controller,
  6. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  7. double itemExtent,
  8. Key key,
  9. EdgeInsetsGeometry padding,
  10. bool primary,
  11. bool reverse = false,
  12. int semanticChildCount}
)

Implementation

XListViewHCSP({
  this.addAutomaticKeepAlives = true,
  this.addRepaintBoundaries = true,
  this.addSemanticIndexes = true,
  this.cacheExtent,
  this.controller,
  this.dragStartBehavior = DragStartBehavior.start,
  this.itemExtent,
  this.key,
  this.padding,
  this.primary,
  this.reverse = false,
  this.semanticChildCount,
});