moveToPrevious property

Future<void> Function()? moveToPrevious
getter/setter pair

Navigates to previous(current-1) item.

If back(current-1) is exceeds min length, nothing will happen.

Implementation

Future<void> Function()? moveToPrevious;