AccentNode constructor

AccentNode(
  1. LatexNode content,
  2. AccentType accentType, {
  3. SourceRange? sourceRange,
})

Implementation

AccentNode(this.content, this.accentType, {this.sourceRange});