xterm_library/core/ui/infinite_scroll_view library
Classes
- InfiniteScrollView
- A Scrollable that can be scrolled infinitely in both directions. When scroll happens, the onScroll callback is called with the new offset.
Typedefs
- ScrollCallback = void Function(double offset)
-
The function called when the user scrolls the InfiniteScrollView.
offset
is the current offset of the scroll view, ranging from double.negativeInfinity to double.infinity.