Build: Color Tween Animation
This screen shows a square that smoothly changes its color from blue to red and back repeatedly using a tween animation.
Target UI
┌─────────────────────────────┐ │ Color Tween │ │ │ │ ■■■■■■■■ │ │ ■■■■■■■■ │ │ ■■■■■■■■ │ │ │ │ [Animate Color] │ └─────────────────────────────┘
A square container of size 150x150 pixels in the center
A button labeled 'Animate Color' below the square
When the button is pressed, the square color animates smoothly from blue to red and back repeatedly
Use Tween animation with AnimationController and ColorTween
Animation should loop continuously until stopped
Button toggles animation start and stop