pageCount property

int get pageCount

Implementation

int get pageCount => (widget.items.length / _config.itemsPerPage).ceil();