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