fadeIn method

void fadeIn()

Starts the fade-in animation from the beginning.

Implementation

void fadeIn() {
  _secondaryAnimation.reset();
  _primaryAnimation.reset();
  _primaryAnimation.forward();
}