closeAnimation method

void closeAnimation()

Implementation

void closeAnimation() {
  close.call();
  phloxDrawerState = PhloxDrawerState.closed;
}