Markdown constructor

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

Implementation

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