Increases the progress by amount.
amount
void increase([double amount = 10]) => setValue(value + amount);