getCurvedValue static method
Implementation
static double getCurvedValue(animation) {
return Curves.easeInOutCirc.transform(animation.value) - 1.0;
}
static double getCurvedValue(animation) {
return Curves.easeInOutCirc.transform(animation.value) - 1.0;
}