Widget of the Week #7 FadeTransition flutter.dev Reference FadeTransition class - widgets library - Dart API Animates the opacity of a widget. For a widget that automatically animates between the sizes of two children, fading between them, see AnimatedCrossFade. Here's an illustration of the FadeTransition widget, with it's opacity animated by a CurvedAnimation s api.flutter.dev