feFuncB

ReactElement feFuncB([

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

Creates a <feFuncB> element.

Implementation

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