update method

dynamic update(
  1. double value
)

Implementation

update(double value) {
  animationController?.animateTo(value);
}