LoadingMoreSliverList<T> constructor

const LoadingMoreSliverList<T>(
  1. SliverListConfig<T> sliverListConfig, {
  2. Key? key,
})

Implementation

const LoadingMoreSliverList(this.sliverListConfig, {Key? key})
    : super(key: key);