widgets/src/collection_view library
Classes
-
CollectionItem<
T> - Wrapper class containing item data and position helpers.
-
CollectionView<
T> - The CollectionView widget is a wrapper for the ListView widget. It provides a simple way to display a list of items with full type safety.
Enums
- CollectionViewKind
- The kind of collection view to build.
Typedefs
-
CollectionItemBuilder<
T> = Widget Function(BuildContext context, CollectionItem< T> item) - Type-safe builder function signature.