curveLinear function Curves

Curve curveLinear(
  1. Path context
)

Produces a polyline through the specified points.

Implementation

Curve curveLinear(Path context) => CurveLinear(context);