SvgElement.tag constructor
- String tag
Implementation
factory SvgElement.tag(String tag) =>
document.createElementNS("http://www.w3.org/2000/svg", tag) as SvgElement;
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
factory SvgElement.tag(String tag) =>
document.createElementNS("http://www.w3.org/2000/svg", tag) as SvgElement;