SectionHeadingNode constructor

SectionHeadingNode(
  1. List<LatexNode> content,
  2. HeadingLevel level, {
  3. bool starred = false,
  4. SourceRange? sourceRange,
})

Implementation

SectionHeadingNode(
  this.content,
  this.level, {
  this.starred = false,
  this.sourceRange,
});