super_scroll_controller library

Classes

SuperScrollController<T>
A controller for SuperScroll and its variants.
SuperScrollResult<T>
A result object returned from the onFetch callback.

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.