Debounce.stopped constructor

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

Constructs debouncer but does not initialize the timer.

Implementation

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