slowMiddle constant

Cubic const slowMiddle

A cubic animation curve that starts quickly, slows down, and then ends quickly.

Implementation

static const Cubic slowMiddle = Cubic(0.15, 0.85, 0.85, 0.15);