animateOut method

void animateOut()

Implementation

void animateOut() {
  _key.currentState?.animateOut();
}