ForeignObjectElement constructor

  1. @DomName('SVGForeignObjectElement.SVGForeignObjectElement')
  2. @DocsEditable()
ForeignObjectElement()

Implementation

@DomName('SVGForeignObjectElement.SVGForeignObjectElement')
@DocsEditable()
factory ForeignObjectElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("foreignObject");