ZdsInfiniteListView constructor
- {required IndexedWidgetBuilder itemBuilder,
- required int itemCount,
- Key? key,
- Key? childKey,
- bool reverse = false,
- Axis scrollDirection = Axis.vertical,
- ScrollController? controller,
- bool? primary,
- ScrollPhysics? physics,
- bool shrinkWrap = false,
- EdgeInsetsGeometry? padding = EdgeInsets.zero,
- double? cacheExtent,
- String? restorationId,
- bool addAutomaticKeepAlives = true,
- bool addRepaintBoundaries = true,
- bool addSemanticIndexes = true,
- DragStartBehavior dragStartBehavior = DragStartBehavior.start,
- ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
- Clip clipBehavior = Clip.hardEdge,
- bool showEmpty = false,
- WidgetBuilder? loadingBuilder,
- Future<
void> onLoadMore( - bool hasMore = false,
- bool compact = false}
Creates a ZdsInfiniteListView.
Implementation
const ZdsInfiniteListView