Curve.cubicBezier constructor
An custom cubic-Bezier curve, where the p1 and p3 values must be in the range of 0 to 1.
Implementation
const factory Curve.cubicBezier(double p1, double p2, double p3, double p4) = _CubicBezierCurve;
An custom cubic-Bezier curve, where the p1 and p3 values must be in the range of 0 to 1.
const factory Curve.cubicBezier(double p1, double p2, double p3, double p4) = _CubicBezierCurve;