InfiniteScrollWidget constructor
const
InfiniteScrollWidget({})
Implementation
const InfiniteScrollWidget({
required this.child,
this.onScroll,
this.onLoadMore,
this.triggerOffset = 200.0,
super.key,
});
const InfiniteScrollWidget({
required this.child,
this.onScroll,
this.onLoadMore,
this.triggerOffset = 200.0,
super.key,
});