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