fadeOut method

void fadeOut()

Starts the fade-out animation from the beginning.

Implementation

void fadeOut() {
  _secondaryAnimation.reset();
  _secondaryAnimation.forward();
}