XListViewVertical constructor

XListViewVertical(
  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. ScrollPhysics physics,
  11. bool primary,
  12. bool reverse = false,
  13. int semanticChildCount,
  14. bool shrinkWrap = false}
)

Implementation

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