easeOutCubic constant

Curve const easeOutCubic

A cubic ease-out curve.

Implementation

static const Curve easeOutCubic = Cubic(0.215, 0.61, 0.355, 1.0);