LayoutTreeNode constructor
LayoutTreeNode({})
Implementation
LayoutTreeNode({
required this.domNodeIndex,
required this.boundingBox,
this.layoutText,
this.inlineTextNodes,
this.styleIndex,
this.paintOrder,
this.isStackingContext,
});