UNumberPagination constructor
const
UNumberPagination({})
Implementation
const UNumberPagination({
required this.currentPage,
required this.totalPages,
required this.onPageChanged,
super.key,
this.threshold = 3,
this.selectedColor,
this.unselectedColor,
this.showPrevNext = true,
this.prevIcon,
this.nextIcon,
});