DrawLineStrip method

Implementation

String DrawLineStrip(
  List<Vector2Base> points,
  ColorBase color,
) => 'DrawLineStrip(points: ${points.length}, $color)';