MarkdownIoTextPreview constructor

const MarkdownIoTextPreview({
  1. Key? key,
  2. required MarkdownIoTextController controller,
  3. MarkdownStyleSheet? styleSheet,
})

Implementation

const MarkdownIoTextPreview({
  Key? key,
  required this.controller,
  this.styleSheet,
}) : super(key: key);