MarkdownBuilder constructor

MarkdownBuilder(
  1. BuildContext context,
  2. LinkTap linkTap,
  3. WidgetImage widgetImage,
  4. double maxWidth,
  5. TextStyle defaultTextStyle, {
  6. TagTextStyle tagTextStyle = defaultTagTextStyle,
})

Implementation

MarkdownBuilder(
  this.context,
  this.linkTap,
  this.widgetImage,
  this.maxWidth,
  this.defaultTextStyle, {
  this.tagTextStyle = defaultTagTextStyle,
});