CollectionOptions constructor
const
CollectionOptions({
- bool shrinkWrap = false,
- bool reverse = false,
- Axis scrollDirection = Axis.vertical,
- AlwaysScrollableScrollPhysics? scrollPhysics,
- ScrollBehavior? scrollBehavior,
- int loadMoreTriggerItemDistance = 2,
Implementation
const CollectionOptions({
this.shrinkWrap = false,
this.reverse = false,
this.scrollDirection = Axis.vertical,
this.scrollPhysics,
this.scrollBehavior,
this.loadMoreTriggerItemDistance = 2,
});