goToEnd method
void
goToEnd()
Go to end.
Implementation
void goToEnd() {
paginator = paginator.copyWith(page: math.max(0, paginator.totalPages - 1));
_cursor = _maxCursorIndex();
}
Go to end.
void goToEnd() {
paginator = paginator.copyWith(page: math.max(0, paginator.totalPages - 1));
_cursor = _maxCursorIndex();
}