static Path smoothShape(List<Offset> points, {double cornerRadius = 4.0}) { return _closedPath(points, cornerRadius: cornerRadius); }