Pagination constructor
const
Pagination({})
Implementation
const Pagination({
super.key,
required this.page,
required this.totalPages,
required this.onPageChanged,
this.maxPages = 3,
this.showSkipToFirstPage = true,
this.showSkipToLastPage = true,
this.hidePreviousOnFirstPage = false,
this.hideNextOnLastPage = false,
this.showLabel = true,
});