CustomLoadListView constructor

const CustomLoadListView({
  1. Key? key,
  2. Widget? emptyView,
  3. List? list,
  4. IndexedWidgetBuilder? itemBuilder,
  5. IndexedWidgetBuilder? separatorBuilder,
})

Implementation

const CustomLoadListView({Key? key, this.emptyView, this.list, this.itemBuilder, this.separatorBuilder})
    : super(key: key);