move method
Implementation
move(double percent) {
_percent = percent;
value = animationCurve.transform(percent);
notifyListeners();
}
move(double percent) {
_percent = percent;
value = animationCurve.transform(percent);
notifyListeners();
}