Markdown constructor

Markdown({
  1. required String content,
  2. Document? document,
  3. List<CustomComponent> components = const [],
})

Implementation

Markdown({required this.content, this.document, this.components = const []});