LoadingMoreList<T> constructor

const LoadingMoreList<T>(
  1. ListConfig<T> listConfig, {
  2. Key? key,
  3. NotificationListenerCallback<ScrollNotification>? onScrollNotification,
})

Implementation

const LoadingMoreList(this.listConfig, {Key? key, this.onScrollNotification})
    : super(key: key);