MatrixNode constructor
MatrixNode(
- List<
List< rows, {LatexNode> > - MatrixType type = MatrixType.plain,
- bool isSmall = false,
- List<
RowGap?> rowGaps = const [], - String? alignment,
- SourceRange? sourceRange,
Implementation
MatrixNode(
this.rows, {
this.type = MatrixType.plain,
this.isSmall = false,
this.rowGaps = const [],
this.alignment,
this.sourceRange,
});