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