AppMarkdownBody constructor

const AppMarkdownBody({
  1. required String data,
  2. bool selectable = true,
  3. MarkdownStyleSheet? styleSheet,
  4. Key? key,
})

Constructor

Implementation

const AppMarkdownBody({
  required this.data,
  this.selectable = true,
  this.styleSheet,
  super.key,
});