fadeIn method
Fade in animation (opacity 0 to 1)
Implementation
AnimatedWidgetBuilder fadeIn() {
return _copyWith(config: config.copyWith(opacity: 1.0));
}
Fade in animation (opacity 0 to 1)
AnimatedWidgetBuilder fadeIn() {
return _copyWith(config: config.copyWith(opacity: 1.0));
}