ListPaginationView constructor
const
ListPaginationView({})
Implementation
const ListPaginationView({
Key? key,
required this.onPageChanged,
required this.pageTotal,
required this.pageInit,
}) : super(key: key);