update method

void update(
  1. double dt
)

Implementation

void update(double dt) {
  if (withPulse) {
    _pulseAnimation?.update(dt);
  }
}