ParseMarkdown constructor

const ParseMarkdown({
  1. required FormattedText text,
})

Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously

Implementation

const ParseMarkdown({
  required this.text,
});