computedItemsPerPage property
int
get
computedItemsPerPage
The computed items per page (adjusted for last page).
Implementation
int get computedItemsPerPage => itemsPerPage.clamp(0, totalDisplayItems);
The computed items per page (adjusted for last page).
int get computedItemsPerPage => itemsPerPage.clamp(0, totalDisplayItems);