FEColorMatrixElement.new constructor - FEColorMatrixElement - dart:svg library (original) (raw)

description

FEColorMatrixElement()

Implementation

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