MultlineNode constructor

MultlineNode(
  1. List<LatexNode> lines, {
  2. String? envName,
  3. List<RowGap?> rowGaps = const [],
  4. SourceRange? sourceRange,
})

Implementation

MultlineNode(
  this.lines, {
  this.envName,
  this.rowGaps = const [],
  this.sourceRange,
});