moveToNext property

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

Navigates to next(current+1) item.

If next(current+1) is exceeds max length, nothing will happen.

Implementation

Future<void> Function()? moveToNext;