SegmentLeafNode constructor

const SegmentLeafNode(
  1. Line? line,
  2. Leaf? leaf
)

Implementation

const SegmentLeafNode(this.line, this.leaf);