fadeIn method

void fadeIn()

Implementation

void fadeIn() {
  if (isInitialized) _fadeAnimation.forward();
}