Pagination constructor
Pagination({})
Implementation
Pagination({
required this.page,
required this.pageCount,
this.onChanged,
this.showEdges = false,
this.gap = 1,
super.key,
});
Pagination({
required this.page,
required this.pageCount,
this.onChanged,
this.showEdges = false,
this.gap = 1,
super.key,
});