SvgElement.tag constructor Null safety
- String tag
Implementation
factory SvgElement.tag(String tag) =>
document.createElementNS("http://www.w3.org/2000/svg", tag) as SvgElement;
factory SvgElement.tag(String tag) =>
document.createElementNS("http://www.w3.org/2000/svg", tag) as SvgElement;