PolygonElement constructor

  1. @DomName('SVGPolygonElement.SVGPolygonElement')
  2. @DocsEditable()
PolygonElement()

Implementation

@DomName('SVGPolygonElement.SVGPolygonElement')
@DocsEditable()
factory PolygonElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("polygon");