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