Markdown constructor

const Markdown(
  1. String data, {
  2. Key? key,
})

Implementation

const Markdown(this.data, {super.key});