CasesNode constructor

CasesNode(
  1. List<(LatexNode, LatexNode)> cases, {
  2. CasesStyle style = CasesStyle.normal,
  3. List<RowGap?> rowGaps = const [],
  4. SourceRange? sourceRange,
})

Implementation

CasesNode(
  this.cases, {
  this.style = CasesStyle.normal,
  this.rowGaps = const [],
  this.sourceRange,
});