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