ListRefreshStrategy<T> constructor
ListRefreshStrategy<T> ({
- ScrollController? scrollController,
- bool? primary,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- EdgeInsetsGeometry? padding,
- double? itemExtent,
- Widget? prototypeItem,
- double? cacheExtent,
- int? semanticChildCount,
- String? restorationId,
- Clip clipBehavior = Clip.hardEdge,
- Widget loadingBuilder()?,
- Widget errorBuilder()?,
- Widget emptyBuilder()?,
Implementation
ListRefreshStrategy({
this.scrollController,
this.primary,
this.physics,
this.shrinkWrap = false,
this.padding,
this.itemExtent,
this.prototypeItem,
this.cacheExtent,
this.semanticChildCount,
this.restorationId,
this.clipBehavior = Clip.hardEdge,
this.loadingBuilder,
this.errorBuilder,
this.emptyBuilder,
});