cubic method
Implementation
CubicInterpolator cubic(double scale) {
return CubicInterpolator(
input: this,
scale: scale,
);
}
CubicInterpolator cubic(double scale) {
return CubicInterpolator(
input: this,
scale: scale,
);
}