svg constructor
const
svg(})
The <svg> element is a container that defines a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.
Implementation
const svg(
this.children, {
this.viewBox,
this.width,
this.height,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});