TocListCallback typedef

TocListCallback = void Function(List<TocItem> list)

Callback type for TOC list change events

Implementation

typedef TocListCallback = void Function(List<TocItem> list);