ArcaneSvgLine constructor
const
ArcaneSvgLine({})
Implementation
const ArcaneSvgLine({
required this.x1,
required this.y1,
required this.x2,
required this.y2,
this.stroke,
this.strokeWidth,
this.strokeLinecap,
super.key,
});