You can code up animated changes yourself with explicit animations, or you can let Flutter animate them for you! With the AnimatedContainer widget, you just build it once with a particular attribute (like color), and then rebuild it with a different value. Flutter will automatically animate the chan
AnimatedContainer – Flutter Widget of the Week
by
Leave a Reply