We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2becf commit bc8891bCopy full SHA for bc8891b
lib/src/helper/config.dart
@@ -65,8 +65,8 @@ class Config {
65
/// 点击遮罩,是否关闭dialog(默认:true):true(点击遮罩关闭dialog),false(不关闭)
66
bool clickBgDismiss = true;
67
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
+ /// debounce function,it works on toast and dialog:default(false);
+ /// you can use the [antiShakeTime] param to set the debounce time
70
///
71
/// 防抖功能,它作用于toast和dialog上:默认(false);
72
/// 可以通过[antiShakeTime]参数设置防抖时间
0 commit comments