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.
CodePudding user response:
Wrap your CircleAvatar
with Transform.scale()
and increase its scale
property.