MdWidget constructor

const MdWidget(
  1. String exp, {
  2. Key? key,
  3. TextStyle? style,
  4. void onLinkTab(
    1. String url,
    2. String title
    )?,
  5. bool followLinkColor = false,
})

Implementation

const MdWidget(this.exp,
    {super.key, this.style, this.onLinkTab, this.followLinkColor = false});