AnimatedInfiniteListOptions constructor

const AnimatedInfiniteListOptions({
  1. bool reverse = false,
  2. bool animateAtStart = true,
  3. EdgeInsets? padding,
  4. Duration? animationDuration,
  5. int loadMoreTriggerItemDistance = 2,
  6. AlwaysScrollableScrollPhysics? scrollPhysics,
  7. bool shrinkWrap = false,
})

Implementation

const AnimatedInfiniteListOptions({
  this.reverse = false,
  this.animateAtStart = true,
  this.padding,
  this.animationDuration,
  this.loadMoreTriggerItemDistance = 2,
  this.scrollPhysics,
  this.shrinkWrap = false,
});