moveTo property

Future<void> Function(int i)? moveTo
getter/setter pair

Navigates to item at given index(i).

If given index is exceeds min/max length, nothing will happen.

Implementation

Future<void> Function(int i)? moveTo;