XListViewHorizontal constructor
XListViewHorizontal(- {bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- bool addSemanticIndexes = true,
- double cacheExtent,
- ScrollController controller,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- double itemExtent,
- Key key,
- EdgeInsetsGeometry padding,
- ScrollPhysics physics,
- bool primary,
- bool reverse = false,
- int semanticChildCount,
- bool shrinkWrap = false}
)
Implementation
XListViewHorizontal({
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,
});