MarkdownText constructor
MarkdownText({})
Implementation
MarkdownText({
required this.data,
this.options,
this.textStyle,
this.softWrap = true,
this.maxWidth,
this.onLinkTap,
this.openLinksOnTap = true,
super.key,
});