InfiniteListOptions constructor

const InfiniteListOptions({
  1. bool reverse = false,
  2. EdgeInsets? padding,
  3. int loadMoreTriggerItemDistance = 2,
  4. AlwaysScrollableScrollPhysics? scrollPhysics,
  5. bool shrinkWrap = false,
})

Implementation

const InfiniteListOptions({
  this.reverse = false,
  this.padding,
  this.loadMoreTriggerItemDistance = 2,
  this.scrollPhysics,
  this.shrinkWrap = false,
});