ArrayNode constructor

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

Implementation

ArrayNode(
  this.rows,
  this.alignment, {
  this.rowGaps = const [],
  this.sourceRange,
});