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