MarkdownText constructor

const MarkdownText(
  1. String title,
  2. String text
)

Implementation

const MarkdownText(this.title, this.text);