drawContext2DLine function

void drawContext2DLine(
  1. dynamic context2D,
  2. double x,
  3. double y,
  4. double x1,
  5. double y1,
)

Add a straight line to the current path. No-op on non-web platforms.

Implementation

void drawContext2DLine(
  dynamic context2D,
  double x,
  double y,
  double x1,
  double y1,
) {}