moveToPrevious property
Navigates to previous(current-1) item.
If back(current-1) is exceeds min length, nothing will happen.
Implementation
Future<void> Function()? moveToPrevious;
Navigates to previous(current-1) item.
If back(current-1) is exceeds min length, nothing will happen.
Future<void> Function()? moveToPrevious;