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