NicePageNav constructor
const
NicePageNav({})
Implementation
const NicePageNav({
super.key,
required this.currentPage,
required this.totalPages,
this.onPageChanged,
this.visiblePages = 5,
this.showFirstLast = true,
this.showPrevNext = true,
this.activeColor,
this.inactiveColor,
});