SmashNode constructor

SmashNode(
  1. List<LatexNode> content, {
  2. SmashType smashType = SmashType.both,
  3. SourceRange? sourceRange,
})

Implementation

SmashNode(this.content, {this.smashType = SmashType.both, this.sourceRange});