AnimatedInfiniteListOptions constructor
const
AnimatedInfiniteListOptions({
- bool reverse = false,
- bool animateAtStart = true,
- EdgeInsets? padding,
- Duration? animationDuration,
- int loadMoreTriggerItemDistance = 2,
- AlwaysScrollableScrollPhysics? scrollPhysics,
- bool shrinkWrap = false,
Implementation
const AnimatedInfiniteListOptions({
this.reverse = false,
this.animateAtStart = true,
this.padding,
this.animationDuration,
this.loadMoreTriggerItemDistance = 2,
this.scrollPhysics,
this.shrinkWrap = false,
});