slowMiddle constant Null safety
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);
A cubic animation curve that starts quickly, slows down, and then ends quickly.
static const Cubic slowMiddle = Cubic(0.15, 0.85, 0.85, 0.15);