itemsPerPage property

  1. @override
int? itemsPerPage
final

Number of items to display per page.

For server-side loading (onLoad), defaults to 6. For local items, this is ignored — all items are loaded at once; use visibleItemsCount to control how many rows are visible before scrolling.

Implementation

@override
final int? itemsPerPage;