CustomLoadListView constructor
const
CustomLoadListView({
- Key? key,
- Widget? emptyView,
- List? list,
- IndexedWidgetBuilder? itemBuilder,
- IndexedWidgetBuilder? separatorBuilder,
Implementation
const CustomLoadListView({Key? key, this.emptyView, this.list, this.itemBuilder, this.separatorBuilder})
: super(key: key);