CasesNode constructor
CasesNode(
- List<
(LatexNode, LatexNode)> cases, { - CasesStyle style = CasesStyle.normal,
- List<
RowGap?> rowGaps = const [], - SourceRange? sourceRange,
Implementation
CasesNode(
this.cases, {
this.style = CasesStyle.normal,
this.rowGaps = const [],
this.sourceRange,
});