computedItemsPerPage property

int get computedItemsPerPage

The computed items per page (adjusted for last page).

Implementation

int get computedItemsPerPage => itemsPerPage.clamp(0, totalDisplayItems);