flutter/fork/markdown_widget/config/all library

Classes

BlockConfig
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
ContainerConfig
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
InlineConfig
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
LeafConfig
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
MarkdownConfig
use MarkdownConfig to set various configurations for MarkdownWidget
MarkdownGenerator
use MarkdownGenerator to transform markdown data to Widget list, so you can render it by any type of ListView
Toc
config for toc
TocController
TocController combines TocWidget and MarkdownWidget, you can use it to control the jump between the two, and each TocWidget corresponds to a MarkdownWidget.
TocItemBuilderData
pass TocItemBuilderData to help build your own TocItemBuilder
TocWidget
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
WidgetConfig
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Enums

MarkdownTag
the tags of markdown, see https://spec.commonmark.org/0.30/

Properties

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

Typedefs

RichTextBuilder = Widget Function(InlineSpan span)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
SpanNodeBuilder = TextSpan Function(SpanNode spanNode)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
TocItemBuilder = Widget? Function(TocItemBuilderData data)
use TocItemBuilder to return a custom widget
ValueCallback<T> = void Function(T value)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer