fadeOut method

dynamic fadeOut()

Implementation

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