MoreWidget constructor

const MoreWidget(
  1. int itemCount,
  2. bool hasMore,
  3. int pageSize, {
  4. Key? key,
})

Implementation

const MoreWidget(
  this.itemCount,
  this.hasMore,
  this.pageSize, {
  Key? key,
}) : super(key: key);