fadeOut method
Fade out animation (opacity 1 to 0)
Implementation
AnimatedWidgetBuilder fadeOut() {
return _copyWith(config: config.copyWith(opacity: 0.0));
}
Fade out animation (opacity 1 to 0)
AnimatedWidgetBuilder fadeOut() {
return _copyWith(config: config.copyWith(opacity: 0.0));
}