Search code examples
flutteranimationwidgetflutter-layoutflutter-animation

Is there any way to Circle pop-up into full screen in flutter


I try to animate using height as radius also but that's not working outside screen it seems impossible. I want to make this circle avatar cover all screen but it stop whenever radius is max to device width/2 or height/2.


Solution

  • Wrap your CircleAvatar with Transform.scale() and increase its scale property.