itemsPerPage property
Number of items to display per page.
For server-side loading (onLoad), defaults to 7. 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;