fix:时间组件底部显示异常

This commit is contained in:
2026-01-07 14:35:51 +08:00
parent 0c07b6ba37
commit 740af2a459
2 changed files with 4 additions and 3 deletions

View File

@@ -59,9 +59,11 @@ class ToastUtils {
bool isShowConfirm = false,
Color? barrierColor,
EdgeInsetsGeometry? padding,
bool useSafeArea = true,
}) {
cancelToast();
return showDialog(
useSafeArea: useSafeArea,
context: context,
builder: (BuildContext ctx) {
return Container(