feBlend

ReactElement feBlend([

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

Creates a <feBlend> element.

Implementation

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