ZetaDebounce.stopped constructor
- void callback(), {
- Duration duration = _debounceDuration,
Constructs debouncer but does not initialize the timer.
Implementation
ZetaDebounce.stopped(this.callback, {this.duration = _debounceDuration});
Constructs debouncer but does not initialize the timer.
ZetaDebounce.stopped(this.callback, {this.duration = _debounceDuration});