widget library
Classes
- InfiniteList
- Scrollable list
-
InfiniteListItem<
I> - List item build should return instance on this class
-
StickyListItem<
I> - Sticky list item that provides header offset calculation
Typedefs
-
ItemBuilder<
I> = InfiniteListItem< I> Function(BuildContext context, I index)