foreignObject

ReactElement foreignObject([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates a <foreignObject> element.

Implementation

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