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