linearToEaseOut constant

Cubic const linearToEaseOut

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