ArcaneSvgPath constructor
const
ArcaneSvgPath({})
Implementation
const ArcaneSvgPath({
required this.d,
this.fill,
this.stroke,
this.strokeWidth,
this.fillRule,
this.clipRule,
this.strokeLinecap,
this.strokeLinejoin,
super.key,
});