-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
添加全屏遮罩有问题,通常情况下是正常的,但是如果在键盘弹出时showToastWidget
,展示范围其实只是除去键盘的范围,在dismiss toast之前收起键盘的话,就能看到遮罩高度扩展到键盘底部的动画
static ToastFuture showLoadingToast() {
return showToastWidget(
Container(
color: Colors.black.withOpacity(0.5),
child: Center(child: Text('text')),
),
duration: 60.seconds,
handleTouch: true,
dismissOtherToast: true,
position: ToastPosition.center,
);
}
视频:
ScreenRecording_01-03-2025.15-28-14_1.MP4
Metadata
Metadata
Assignees
Labels
No labels