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