stopPulsing method

void stopPulsing()

Stops the pulsing animation.

Implementation

void stopPulsing() {
  value = false;
}