MulticolumnNode constructor
MulticolumnNode(
- int columnCount,
- String alignment,
- List<
LatexNode> content, { - SourceRange? sourceRange,
Implementation
MulticolumnNode(
this.columnCount,
this.alignment,
this.content, {
this.sourceRange,
});