flutter/ui/markdown/config/configs library
Classes
- BlockConfig
- the basic block config interface
- ContainerConfig
- the container block config interface
- InlineConfig
- the inline widget config interface
- LeafConfig
- the leaf block config interface
- MarkdownConfigGeneralFramework
- use MarkdownConfigGeneralFramework to set various configurations for MarkdownGeneralFrameworkWidget
- MarkdownWidgetConfig
- UncompleteDocumentation
Enums
- MarkdownTag
-
/ the tags of markdown, see
https://spec.commonmark.org/0.30/
Typedefs
-
ValueCallback<
T> = void Function(T value) - UncompleteDocumentation