sharpShape static method

Path sharpShape(
  1. List<Offset> points
)

Implementation

static Path sharpShape(List<Offset> points) {
  return _closedSharpPath(points);
}