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