Debouncer constructor

Debouncer({
  1. int milliseconds = 800,
})

Implementation

Debouncer({this.milliseconds = 800});