fadeIn method

dynamic fadeIn()

Implementation

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