提交 b85cb685 authored 作者: shixiaochen's avatar shixiaochen

1、增加showLongToast

上级 f2d15774
...@@ -19,6 +19,10 @@ class ToastUtil { ...@@ -19,6 +19,10 @@ class ToastUtil {
textColor: Colors.white, textColor: Colors.white,
fontSize: 16.0); fontSize: 16.0);
} }
static void showLongToast(String? txt) {
showToast(txt, toastDuration: ToastDuration.long);
}
} }
enum ToastDuration { enum ToastDuration {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论