Element.svg constructor
Creates a new <svg>
element.
This is equivalent to calling new Element.tag('svg')
.
Implementation
factory Element.svg() => new Element.tag('svg');
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Creates a new <svg>
element.
This is equivalent to calling new Element.tag('svg')
.
factory Element.svg() => new Element.tag('svg');