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