decrement method

void decrement()

Implementation

void decrement() {
  update(progress - 1.0);
}