MarkdownWithHighlight constructor

const MarkdownWithHighlight({
  1. Key? key,
  2. required String markdown,
})

Implementation

const MarkdownWithHighlight({super.key, required this.markdown});