factory EasingFunctionBezier({ _i2.num? x1, _i2.num? y1, _i2.num? x2, _i2.num? y2, }) => EasingFunctionBezier._( x1: x1, y1: y1, x2: x2, y2: y2, );