symbol

ReactElement symbol([

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

Creates a <symbol> element.

Implementation

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