imageSvg
ReactElement
imageSvg(
Creates an <image> element (SVG).
Implementation
ReactElement imageSvg([Map<String, Object?>? props]) =>
createElement('image'.toJS, props != null ? createProps(props) : null);
ReactElement
imageSvg(
Creates an <image> element (SVG).
ReactElement imageSvg([Map<String, Object?>? props]) =>
createElement('image'.toJS, props != null ? createProps(props) : null);