NicePagination constructor
Implementation
const NicePagination({
super.key,
required this.currentPage,
required this.totalPages,
required this.onPageChanged,
this.maxVisible = 7,
this.showFirstLast = true,
});
const NicePagination({
super.key,
required this.currentPage,
required this.totalPages,
required this.onPageChanged,
this.maxVisible = 7,
this.showFirstLast = true,
});