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