ZetaDebounce.stopped constructor

ZetaDebounce.stopped(
  1. void callback(), {
  2. Duration duration = _debounceDuration,
})

Constructs debouncer but does not initialize the timer.

Implementation

ZetaDebounce.stopped(this.callback, {this.duration = _debounceDuration});