SVGFEDropShadowElement constructor
SVGFEDropShadowElement()
Creates an SVGFEDropShadowElement using the tag 'feDropShadow'.
Implementation
SVGFEDropShadowElement()
: _ = document.createElementNS(
'http://www.w3.org/2000/svg',
'feDropShadow',
);