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