feDropShadow
ReactElement
feDropShadow(
Creates a <feDropShadow> element.
Implementation
ReactElement feDropShadow([Map<String, Object?>? props]) => createElement(
'feDropShadow'.toJS,
props != null ? createProps(props) : null,
);
ReactElement
feDropShadow(
Creates a <feDropShadow> element.
ReactElement feDropShadow([Map<String, Object?>? props]) => createElement(
'feDropShadow'.toJS,
props != null ? createProps(props) : null,
);