debounce property

Duration? debounce
final

事件防抖时长(延迟触发事件,如搜索框输入停止后才触发搜索)

Implementation

final Duration? debounce;