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