AppMarkdownBody constructor
- required String data,
- bool selectable = true,
- MarkdownStyleSheet? styleSheet,
- Key? key,
Constructor
Implementation
const AppMarkdownBody({
required this.data,
this.selectable = true,
this.styleSheet,
super.key,
});