polyline static method

SvgProps polyline([
  1. Map? backingMap
])

Returns a new builder that renders a <polyline> tag with getters/setters for all SVG-related React props, optionally backed by a specified map.

Implementation

static SvgProps polyline([Map? backingMap]) => SvgProps(react.polyline, backingMap);