FontSizeNode constructor

FontSizeNode(
  1. List<LatexNode> content,
  2. SizeType sizeType, {
  3. SourceRange? sourceRange,
})

Implementation

FontSizeNode(this.content, this.sizeType, {this.sourceRange});