debounceDuration property

Duration? debounceDuration
final

防抖时间间隔

可以用于在频繁写入的场景, 减少写入频率

Implementation

final Duration? debounceDuration;