animateOut method

void animateOut()

Implementation

void animateOut() {
  setState(() {
    status = InOutAnimationStatus.Out;
  });
}