Skip to content

Commit bc8891b

Browse files
committed
commit
1 parent 3f2becf commit bc8891b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/helper/config.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class Config {
6565
/// 点击遮罩,是否关闭dialog(默认:true):true(点击遮罩关闭dialog),false(不关闭)
6666
bool clickBgDismiss = true;
6767

68-
/// anti-shake function,it works on toast and dialog:default(false);
69-
/// you can use the [antiShakeTime] param to set the anti-shake time
68+
/// debounce function,it works on toast and dialog:default(false);
69+
/// you can use the [antiShakeTime] param to set the debounce time
7070
///
7171
/// 防抖功能,它作用于toast和dialog上:默认(false);
7272
/// 可以通过[antiShakeTime]参数设置防抖时间

0 commit comments

Comments
 (0)