ClipPathElement constructor Null safety

ClipPathElement()

Implementation

factory ClipPathElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("clipPath")
        as ClipPathElement;