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