MarkdownView constructor

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

Implementation

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