easeInToLinear constant

Cubic const easeInToLinear

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);