S360fPagination constructor
const
S360fPagination({})
Implementation
const S360fPagination({
required this.onPageNumberChanged,
required this.totalItems,
required this.currentPage,
this.itemsPerPage = 10,
super.key,
});