foreignObject
ReactElement
foreignObject(
Creates a <foreignObject> element.
Implementation
ReactElement foreignObject([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('foreignObject', props, children);
ReactElement
foreignObject(
Creates a <foreignObject> element.
ReactElement foreignObject([
Map<String, Object?>? props,
List<ReactElement>? children,
]) => svgElement('foreignObject', props, children);