BoxedNode constructor

BoxedNode(
  1. List<LatexNode> content, {
  2. BoxStyle boxStyle = BoxStyle.normal,
  3. SourceRange? sourceRange,
})

Implementation

BoxedNode(this.content, {this.boxStyle = BoxStyle.normal, this.sourceRange});