fadeIn method

Fade in animation (opacity 0 to 1)

Implementation

AnimatedWidgetBuilder fadeIn() {
  return _copyWith(config: config.copyWith(opacity: 1.0));
}