SectionHeadingNode constructor
SectionHeadingNode(
- List<
LatexNode> content, - HeadingLevel level, {
- bool starred = false,
- SourceRange? sourceRange,
Implementation
SectionHeadingNode(
this.content,
this.level, {
this.starred = false,
this.sourceRange,
});