feFuncA

ReactElement feFuncA([

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

Creates a <feFuncA> element.

Implementation

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