tocList property

List<TocItem> get tocList

Returns the current list of TOC items.

The list is unmodifiable to prevent external modifications.

Implementation

List<TocItem> get tocList => List.unmodifiable(_widgetIndex2TocItem.values);