ArcaneSvgGroup constructor
const
ArcaneSvgGroup({})
Implementation
const ArcaneSvgGroup({
required this.children,
this.fill,
this.stroke,
this.strokeWidth,
this.transform,
super.key,
});
const ArcaneSvgGroup({
required this.children,
this.fill,
this.stroke,
this.strokeWidth,
this.transform,
super.key,
});