CollectionOptions constructor

const CollectionOptions({
  1. bool shrinkWrap = false,
  2. bool reverse = false,
  3. Axis scrollDirection = Axis.vertical,
  4. AlwaysScrollableScrollPhysics? scrollPhysics,
  5. ScrollBehavior? scrollBehavior,
  6. int loadMoreTriggerItemDistance = 2,
})

Implementation

const CollectionOptions({
  this.shrinkWrap = false,
  this.reverse = false,
  this.scrollDirection = Axis.vertical,
  this.scrollPhysics,
  this.scrollBehavior,
  this.loadMoreTriggerItemDistance = 2,
});