feFuncR

ReactElement feFuncR([

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

Creates a <feFuncR> element.

Implementation

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