DrawSplineBasis method

Implementation

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