SvgDebugNodeSummary constructor
const
SvgDebugNodeSummary({})
Implementation
const SvgDebugNodeSummary({
required this.nodeId,
required this.tagName,
required this.svgId,
required this.classes,
required this.childCount,
required this.animated,
});