FEColorMatrixElement constructor Null safety

FEColorMatrixElement()

Implementation

factory FEColorMatrixElement() =>
    _SvgElementFactoryProvider.createSvgElement_tag("feColorMatrix")
        as FEColorMatrixElement;