eitherStartOrStopAnimation static method

void eitherStartOrStopAnimation()

Either start or stop circle animation.

Implementation

static void eitherStartOrStopAnimation() {
  controllerUserAction.add(CircleAnimationStatus.startStop);
}