refreshIndexCallback property

ValueChanged<int> refreshIndexCallback
final

Callback to change the current index.

Use this to update which TOC item is highlighted.

Implementation

final ValueChanged<int> refreshIndexCallback;