FEConvolveMatrixElement constructor Null safety

FEConvolveMatrixElement()

Implementation

factory FEConvolveMatrixElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix")
        as FEConvolveMatrixElement;