feFuncG

ReactElement feFuncG([

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

Creates a <feFuncG> element.

Implementation

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