有什么办法可以让Circle弹出窗口在flutter中全屏显示
Is there any way to Circle pop-up into full screen in flutter
我也尝试使用高度作为半径来制作动画,但这在屏幕外不起作用,这似乎是不可能的。
我想让这个圆形头像覆盖所有屏幕,但只要半径达到设备最大 width/2 或 height/2.
它就会停止
用 Transform.scale()
包装你的 CircleAvatar
并增加它的 scale
属性。
我也尝试使用高度作为半径来制作动画,但这在屏幕外不起作用,这似乎是不可能的。 我想让这个圆形头像覆盖所有屏幕,但只要半径达到设备最大 width/2 或 height/2.
它就会停止用 Transform.scale()
包装你的 CircleAvatar
并增加它的 scale
属性。