MarkdownPreview constructor

const MarkdownPreview({
  1. Key? key,
  2. required String filename,
  3. required RoomClient room,
})

Implementation

const MarkdownPreview({super.key, required this.filename, required this.room});