isLastIndex property

bool get isLastIndex

Determines if the current page is the last in the sequence.

Implementation

bool get isLastIndex => currentIndex == pages.length - 1;