We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加全屏遮罩有问题,通常情况下是正常的,但是如果在键盘弹出时showToastWidget,展示范围其实只是除去键盘的范围,在dismiss toast之前收起键盘的话,就能看到遮罩高度扩展到键盘底部的动画
showToastWidget
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, ); }
视频:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
添加全屏遮罩有问题,通常情况下是正常的,但是如果在键盘弹出时
showToastWidget
,展示范围其实只是除去键盘的范围,在dismiss toast之前收起键盘的话,就能看到遮罩高度扩展到键盘底部的动画视频:
ScreenRecording_01-03-2025.15-28-14_1.MP4
The text was updated successfully, but these errors were encountered: