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