textPath

ReactElement textPath([

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

Creates a <textPath> element.

Implementation

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