MarkdownBlock constructor
const
MarkdownBlock({
- Key? key,
- required String data,
- bool selectable = true,
- MarkdownConfig? config,
- MarkdownGenerator? generator,
Implementation
const MarkdownBlock({
Key? key,
required this.data,
this.selectable = true,
this.config,
this.generator,
}) : super(key: key);