super_scroll_controller library
Classes
-
SuperScrollController<
T> - A controller for SuperScroll and its variants.
-
SuperScrollResult<
T> -
A result object returned from the
onFetchcallback.
Typedefs
-
SuperItemBuilder<
T> = Widget Function(BuildContext context, T item, int index) - A function that builds a widget for a given item in the list or grid.