FEOffsetElement constructor Null safety

FEOffsetElement()

Implementation

factory FEOffsetElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feOffset")
        as FEOffsetElement;