Pagination constructor
const
Pagination({})
Implementation
const Pagination({
required this.numOfPages,
required this.selectedPage,
required this.pagesVisible,
required this.onPageChanged,
this.activeTextStyle,
this.activeBtnStyle,
this.inactiveTextStyle,
this.inactiveBtnStyle,
this.previousIcon,
this.nextIcon,
this.spacing,
super.key,
});