easeInToLinear constant Null safety
A cubic animation curve that starts slowly and ends linearly.
The symmetric animation to linearToEaseOut.
Implementation
static const Cubic easeInToLinear = Cubic(0.67, 0.03, 0.65, 0.09);
A cubic animation curve that starts slowly and ends linearly.
The symmetric animation to linearToEaseOut.
static const Cubic easeInToLinear = Cubic(0.67, 0.03, 0.65, 0.09);