DebounceHandler constructor

DebounceHandler({
  1. Duration? delay,
})

Implementation

DebounceHandler({this.delay});