ArcaneSvgRect constructor
const
ArcaneSvgRect({})
Implementation
const ArcaneSvgRect({
required this.x,
required this.y,
required this.width,
required this.height,
this.rx,
this.ry,
this.fill,
this.stroke,
this.strokeWidth,
super.key,
});