handlePop method

void handlePop()

Implementation

void handlePop() {
  if (_expanded) {
    expanded = false;
  }
}