SvgG constructor
SvgG({})
Creates an SVG <g> group descriptor.
Implementation
SvgG({
super.className,
super.style,
super.attrs,
super.children = const [],
super.on,
}) : super('g');
Creates an SVG <g> group descriptor.
SvgG({
super.className,
super.style,
super.attrs,
super.children = const [],
super.on,
}) : super('g');