StyleNode constructor

StyleNode(
  1. List<LatexNode> content,
  2. StyleType styleType, {
  3. SourceRange? sourceRange,
})

Implementation

StyleNode(this.content, this.styleType, {this.sourceRange});