CarpenterCollectionLoadingNext<T> constructor

const CarpenterCollectionLoadingNext<T>({
  1. required List<T> items,
})

Implementation

const CarpenterCollectionLoadingNext({required this.items});