CodeBlockNode constructor

CodeBlockNode(
  1. Element element,
  2. PreConfig preConfig,
  3. WidgetVisitor visitor
)

Implementation

CodeBlockNode(this.element, this.preConfig, this.visitor);