isLastPage method

bool isLastPage()

Implementation

bool isLastPage() => _pageIndex == widget.itemCount - 1;