MulticolumnNode constructor

MulticolumnNode(
  1. int columnCount,
  2. String alignment,
  3. List<LatexNode> content, {
  4. SourceRange? sourceRange,
})

Implementation

MulticolumnNode(
  this.columnCount,
  this.alignment,
  this.content, {
  this.sourceRange,
});