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