DynamicEaseInOutSimulation(double v, {required this.duration}) : startValue = v, endValue = v, startVelocity = 0.0, super();