TocIndexCallback typedef
TocIndexCallback =
void Function(int index)
Callback type for index change events
Implementation
typedef TocIndexCallback = void Function(int index);
Callback type for index change events
typedef TocIndexCallback = void Function(int index);