'Why are background color property of Button and Material widgets not animated in Flutter?

If increase duration of animation for a button or material widget, then change the color of these elements, you will notice that the background color does not change smoothly. At the same time, other widget properties are animated.

Was it done on purpose? If yes, then why?

enter image description here

Live example



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source