MarkdownBuilder constructor
MarkdownBuilder(
- BuildContext context,
- LinkTap linkTap,
- WidgetImage widgetImage,
- double maxWidth,
- TextStyle defaultTextStyle, {
- TagTextStyle tagTextStyle = defaultTagTextStyle,
Implementation
MarkdownBuilder(
this.context,
this.linkTap,
this.widgetImage,
this.maxWidth,
this.defaultTextStyle, {
this.tagTextStyle = defaultTagTextStyle,
});