BoxedNode constructor
BoxedNode(
- List<
LatexNode> content, { - BoxStyle boxStyle = BoxStyle.normal,
- SourceRange? sourceRange,
Implementation
BoxedNode(this.content, {this.boxStyle = BoxStyle.normal, this.sourceRange});