SubstackNode constructor

SubstackNode(
  1. List<List<LatexNode>> rows, {
  2. SourceRange? sourceRange,
})

Implementation

SubstackNode(this.rows, {this.sourceRange});