popBottom method

void popBottom()

Implementation

void popBottom() {
  bottoms.removeLast();
  playerController.bottom = bottom;
}