canGoToPreviousPage property
bool
get
canGoToPreviousPage
Whether there is a previous page.
Implementation
bool get canGoToPreviousPage => page > 1;
Whether there is a previous page.
bool get canGoToPreviousPage => page > 1;