maxPages property

int? maxPages
final

The maximum number of pages to load. If unspecified, the scroll view will support endless scrolling until fewer than pageSize items are returned.

Implementation

final int? maxPages;