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