SvgUse constructor
SvgUse(
- double x,
- double y,
- double width,
- double height,
- SvgOperation? href,
- SvgBrush brush,
- SvgClipPath clip,
- SvgTransform transform,
- SvgPainter painter,
Implementation
SvgUse(
this.x,
this.y,
this.width,
this.height,
this.href,
SvgBrush brush,
SvgClipPath clip,
SvgTransform transform,
SvgPainter painter,
) : super(brush, clip, transform, painter);