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