animationListener method

void animationListener()

Implementation

void animationListener() {
  deltaNotifier.value = animation.value;
  if (onMove != null) onMove!(deltaNotifier.value);
}