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