It turns out that an AnimatedContainer with a BoxDecoration would start animating every single time it was built, whether or not the container's decoration had changed.
This widget is used in Material and Drawer. We don't currently support animating towards null, but we can add that in a future patch.