ZdsInfiniteListView constructor

const ZdsInfiniteListView(
  1. {required IndexedWidgetBuilder itemBuilder,
  2. required int itemCount,
  3. Key? key,
  4. Key? childKey,
  5. bool reverse = false,
  6. Axis scrollDirection = Axis.vertical,
  7. ScrollController? controller,
  8. bool? primary,
  9. ScrollPhysics? physics,
  10. bool shrinkWrap = false,
  11. EdgeInsetsGeometry? padding = EdgeInsets.zero,
  12. double? cacheExtent,
  13. String? restorationId,
  14. bool addAutomaticKeepAlives = true,
  15. bool addRepaintBoundaries = true,
  16. bool addSemanticIndexes = true,
  17. DragStartBehavior dragStartBehavior = DragStartBehavior.start,
  18. ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual,
  19. Clip clipBehavior = Clip.hardEdge,
  20. bool showEmpty = false,
  21. WidgetBuilder? loadingBuilder,
  22. Future<void> onLoadMore(
      )?,
    1. bool hasMore = false,
    2. bool compact = false}
    )

    Creates a ZdsInfiniteListView.

    Implementation

    const ZdsInfiniteListView