Debouncer constructor Null safety
- {int? milliseconds}
Creates a Debouncer that executes a function after a certain length of time in milliseconds
Implementation
Debouncer({this.milliseconds});
Creates a Debouncer that executes a function after a certain length of time in milliseconds
Debouncer({this.milliseconds});