linearToEaseOut constant
A cubic animation curve that starts linearly and ends slowly.
A symmetric animation to easeInToLinear.
Implementation
static const Cubic linearToEaseOut = Cubic(0.35, 0.91, 0.33, 0.97);
A cubic animation curve that starts linearly and ends slowly.
A symmetric animation to easeInToLinear.
static const Cubic linearToEaseOut = Cubic(0.35, 0.91, 0.33, 0.97);