• Greg Spencer's avatar
    Add AnimatedChildSwitcher widget (#16192) · 6c896ae1
    Greg Spencer authored
    The AnimatedChildSwitcher widget (originally authored by Hixie), will cross-fade between a new child, and a previous child (or children, if the switch happens faster than the fade finishes).
    
    It's a good candidate for places where a widget will be added/removed from a slot, and you want a nice transition to occur.
    6c896ae1
animated_child_switcher.dart 4.52 KB