AccentNode constructor
AccentNode(
- LatexNode content,
- AccentType accentType, {
- SourceRange? sourceRange,
Implementation
AccentNode(this.content, this.accentType, {this.sourceRange});