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