flutter/ui/markdown/config/toc library

Classes

Toc
config for toc
TocControllerGeneralFrameworkWidget
TocControllerGeneralFrameworkWidget combines TocWidget and MarkdownGeneralFrameworkWidget, you can use it to control the jump between the two, and each TocWidget corresponds to a MarkdownGeneralFrameworkWidget.
TocItemBuilderData
pass TocItemBuilderData to help build your own TocItemBuilder
TocWidget
UncompleteDocumentation

Properties

headingTag2Level Map<String, int>
every heading tag has a special level
final

Typedefs

TocItemBuilder = Widget? Function(TocItemBuilderData data)
use TocItemBuilder to return a custom widget