void vertialCubicLineTo(Offset start, Offset offset, {double breakpoint = .3}) => _cubicLineTo(start, offset, 0, 1);