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