SpanTreeNodeViewer constructor
const
SpanTreeNodeViewer({})
Implementation
const SpanTreeNodeViewer({
super.key,
required this.node,
required this.spans,
required this.start,
required this.end,
required this.depth,
});