control speed between two destinations
is there any way to control moving speed between two destinations if I want to slow it or speed it up
Heya, I'm not able to do any testing today to look thoroughly, but just to try and give some ideas...depending on how you are interfacing with it, could you simply change the duration ? Or do you mean mid draw or something.
Just another thought also...if you're using the widget, you can pass it an animationController (not sure I tested this properly, so mileage may very). So you could run your own separate controller and control various things https://api.flutter.dev/flutter/animation/AnimationController-class.html near the bottom there are things like the lowerBounds and velocity etc.
okay thnx no problem i will recheck that and give it a try