ImageNode constructor

ImageNode(
  1. Map<String, String> attributes,
  2. MarkdownConfig config,
  3. WidgetVisitor visitor
)

Implementation

ImageNode(this.attributes, this.config, this.visitor);