MdWidget constructor

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

Implementation

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