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