MdWidget constructor

const MdWidget(
  1. String exp, {
  2. Key? key,
  3. required GptMarkdownConfig config,
})

Implementation

const MdWidget(
  this.exp, {
  super.key,
  required this.config,
});