isLastIndex property
bool
get
isLastIndex
Determines if the current page is the last in the sequence.
Implementation
bool get isLastIndex => currentIndex == pages.length - 1;
Determines if the current page is the last in the sequence.
bool get isLastIndex => currentIndex == pages.length - 1;