FEPointLightElement constructor Null safety

FEPointLightElement()

Implementation

factory FEPointLightElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("fePointLight")
        as FEPointLightElement;