sharedSecondPhaseCurve function
Implementation
Curve sharedSecondPhaseCurve({required final bool hasChange, final double overshoot = 2.8}) =>
hasChange ? FlippedCurve(BackOutCurve(overshoot: overshoot)) : Curves.easeInCubic;
Curve sharedSecondPhaseCurve({required final bool hasChange, final double overshoot = 2.8}) =>
hasChange ? FlippedCurve(BackOutCurve(overshoot: overshoot)) : Curves.easeInCubic;