MarkdownReader constructor
const
MarkdownReader({
- Key? key,
- required String markdownData,
- MarkdownStyleSheet? styleSheet,
- EdgeInsets? padding,
- BoxDecoration? decoration,
- bool? shrinkwrap,
- bool? selectable,
Implementation
const MarkdownReader({
super.key,
required this.markdownData,
this.styleSheet,
this.padding,
this.decoration,
this.shrinkwrap,
this.selectable,
});