FEDistantLightElement constructor Null safety

FEDistantLightElement()

Implementation

factory FEDistantLightElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feDistantLight")
        as FEDistantLightElement;