canGoToNextPage property
bool
get
canGoToNextPage
Whether there is a next page.
Implementation
bool get canGoToNextPage => page < totalPages;
Whether there is a next page.
bool get canGoToNextPage => page < totalPages;