isLast property
bool
get
isLast
Indicates whether this page is the last in the album.
Implementation
bool get isLast => end >= total;
Indicates whether this page is the last in the album.
bool get isLast => end >= total;