Markdown constructor

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

Implementation

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