Flattern animierter Container
AnimatedContainer(
curve: Curves.linear,
color: Colors.pink[100],
width: 200.0, // change width or height to see animation
height: 200.0,
duration: const Duration(seconds: 2),
)
Sore Serval