SmashNode constructor
SmashNode(
- List<
LatexNode> content, { - SmashType smashType = SmashType.both,
- SourceRange? sourceRange,
Implementation
SmashNode(this.content, {this.smashType = SmashType.both, this.sourceRange});