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

description

FEConvolveMatrixElement()

Implementation

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