config/markdown_generator library

Classes

MarkdownGenerator
use MarkdownGenerator to transform markdown data to Widget list, so you can render it by any type of ListView

Typedefs

RichTextBuilder = Widget Function(InlineSpan span)
SpanNodeBuilder = TextSpan Function(SpanNode spanNode)