FEConvolveMatrixElement.new constructor - FEConvolveMatrixElement - dart:svg library (original) (raw)
FEConvolveMatrixElement()
Implementation
factory FEConvolveMatrixElement() =>
_SvgElementFactoryProvider.createSvgElement_tag("feConvolveMatrix")
as FEConvolveMatrixElement;