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