NyPullToRefresh<T>.separated constructor
NyPullToRefresh<T>.separated ({
- Key? key,
- dynamic onRefresh()?,
- dynamic beforeRefresh()?,
- dynamic afterRefresh(
- dynamic data
- required Future data(
- int iteration
- List<
T> transform(- List<
T>
- List<
- required Widget child(
- BuildContext context,
- dynamic data
- required IndexedWidgetBuilder? separatorBuilder,
- Widget? empty,
- Widget? loading,
- String? stateName,
- Axis? scrollDirection,
- bool? reverse,
- ScrollController? controller,
- bool? primary,
- ScrollPhysics? physics,
- bool? shrinkWrap,
- EdgeInsets? padding = EdgeInsets.zero,
- double? itemExtent,
- Widget? prototypeItem,
- ChildIndexGetter? findChildIndexCallback,
- bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- bool addSemanticIndexes = true,
- double? cacheExtent,
- int? semanticChildCount,
- DragStartBehavior? dragStartBehavior,
- ScrollViewKeyboardDismissBehavior? keyboardDismissBehavior,
- String? restorationId,
- String? headerStyle,
- Clip? clipBehavior,
- bool? useSkeletonizer,
- Widget? header,
- List sort(
- dynamic items
Implementation
NyPullToRefresh.separated(
{Key? key,
this.onRefresh,
this.beforeRefresh,
this.afterRefresh,
required this.data,
this.transform,
required this.child,
required this.separatorBuilder,
this.empty,
this.loading,
this.stateName,
this.scrollDirection,
this.reverse,
this.controller,
this.primary,
this.physics,
this.shrinkWrap,
this.padding = EdgeInsets.zero,
this.itemExtent,
this.prototypeItem,
this.findChildIndexCallback,
this.addAutomaticKeepAlives = true,
this.addRepaintBoundaries = true,
this.addSemanticIndexes = true,
this.cacheExtent,
this.semanticChildCount,
this.dragStartBehavior,
this.keyboardDismissBehavior,
this.restorationId,
this.headerStyle,
this.clipBehavior,
this.useSkeletonizer,
this.header,
this.footerLoadingIcon,
this.sort})
: kind = "separated",
crossAxisCount = null,
mainAxisSpacing = null,
crossAxisSpacing = null,
super(key: key);