pushBottom method

void pushBottom(
  1. double bottom
)

Implementation

void pushBottom(double bottom) {
  bottoms.add(bottom);
  playerController.bottom = this.bottom;
}