feSpotLight

ReactElement feSpotLight([

  1. Map<String, Object?>? props
])

Creates a <feSpotLight> element.

Implementation

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