Build: Color and Size Animator
This screen shows a circle that changes its color and size smoothly when you tap a button. The changes animate automatically using implicit animations.
Target UI
------------------------- | | | ● | | | | [Animate Circle] | | | -------------------------
Display a circle shape in the center of the screen.
Add a button labeled 'Animate Circle' below the circle.
When the button is tapped, the circle changes its color randomly and toggles its size between small and large.
Use implicit animations with the .animation modifier to animate the color and size changes smoothly.
Ensure the animation uses ease-in-out timing and lasts 0.5 seconds.