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