TimelyParabolicSimulation.fromState constructor
TimelyParabolicSimulation.fromState({})
Implementation
TimelyParabolicSimulation.fromState({
required double position,
required double velocity,
required double target,
required this.duration,
}) : startValue = position,
endValue = target,
startVelocity = velocity,
super();