svgIframe static method

SvgProps svgIframe([
  1. Map? backingMap
])

Returns a new builder that renders an <iframe> tag with getters/setters for all SVG-related React props, optionally backed by a specified map.

Implementation

static SvgProps svgIframe([Map? backingMap]) => SvgProps(react.iframe, backingMap);