fix:时间组件底部显示异常
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user