moveDown method

void moveDown(
  1. double amount
)

Implementation

void moveDown(double amount) {
  moveUp(-amount);
}