moveToNext property
Navigates to next(current+1) item.
If next(current+1) is exceeds max length, nothing will happen.
Implementation
Future<void> Function()? moveToNext;
Navigates to next(current+1) item.
If next(current+1) is exceeds max length, nothing will happen.
Future<void> Function()? moveToNext;