PaginationListWidget constructor
const
PaginationListWidget({})
Implementation
const PaginationListWidget({
super.key,
required this.list,
required this.listItemWidget,
required this.controller,
this.onRefresh,
this.onLoading,
this.padding,
this.enablePullDown = true,
this.isLoading = false,
});