ParseMarkdown constructor
const
ParseMarkdown({
- required FormattedText text,
Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously
Implementation
const ParseMarkdown({
required this.text,
});