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