fadeOut method

void fadeOut()

Implementation

void fadeOut() {
  if (isInitialized) _fadeAnimation.reverse();
}