StyleNode constructor
StyleNode(
- List<
LatexNode> content, - StyleType styleType, {
- SourceRange? sourceRange,
Implementation
StyleNode(this.content, this.styleType, {this.sourceRange});