Dart
dart:svg
ClipPathElement
ClipPathElement factory constructor
description
ClipPathElement constructor
ClipPathElement
(
)
Implementation
factory
ClipPathElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"clipPath"
);