polyline

ReactElement polyline([

  1. Map<String, Object?>? props
])

Creates a <polyline> element.

Implementation

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