menu
markdown_widget package
documentation
markdown_toc.dart
TocController
tocList property
tocList property
dark_mode
light_mode
tocList
property
Map
<
int
,
Toc
>
?
get
tocList
List of toc (table of content) items
Implementation
Map<int, Toc>? get tocList => _tocList;
markdown_widget package
documentation
markdown_toc
TocController
tocList property
TocController class