AlignedNode constructor

AlignedNode(
  1. List<List<LatexNode>> rows, {
  2. AlignType alignType = AlignType.center,
  3. String? envName,
  4. List<RowGap?> rowGaps = const [],
  5. SourceRange? sourceRange,
})

Implementation

AlignedNode(
  this.rows, {
  this.alignType = AlignType.center,
  this.envName,
  this.rowGaps = const [],
  this.sourceRange,
});