CarpenterCollectionLoadingNext<T> constructor
const
CarpenterCollectionLoadingNext<T> ({
- required List<
T> items,
Implementation
const CarpenterCollectionLoadingNext({required this.items});