itemCount property
int
get
itemCount
Get the number of items for the current page.
Implementation
int get itemCount => itemCountForPage(currentPage);
Get the number of items for the current page.
int get itemCount => itemCountForPage(currentPage);