Dart
dart:svg
FEBlendElement
FEBlendElement factory constructor
description
FEBlendElement constructor
FEBlendElement
(
)
Implementation
factory
FEBlendElement() => _SvgElementFactoryProvider.createSvgElement_tag(
"feBlend"
);